WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Remove invoice interstitial modal #5890

Remove invoice interstitial modal

Remove invoice interstitial modal #5890

Workflow file for this run

name: autofix.ci
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
autofix:
runs-on: ${{ github.repository == 'antiwork/flexile' && 'ubicloud-standard-2' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4
- name: Build setup
uses: ./.github/common/
- run: pnpm run setup
- run: bin/lint
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c