diff options
author | SakuraMemory <[email protected]> | 2022-05-19 17:34:02 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-19 17:34:02 +0800 |
commit | a592d64297155f40fce3bc68839ebaf9f0bed3c2 (patch) | |
tree | 87744575d3313f6e920f8d73bd37f021e5691bce /.github | |
parent | bb624bdd6279335861205d87dae61780775f7b10 (diff) | |
parent | 556ce306a6de1ae8804e00a1a88ecde2f59f2d10 (diff) | |
download | ATRI-a592d64297155f40fce3bc68839ebaf9f0bed3c2.tar.gz ATRI-a592d64297155f40fce3bc68839ebaf9f0bed3c2.tar.bz2 ATRI-a592d64297155f40fce3bc68839ebaf9f0bed3c2.zip |
Merge pull request #7 from Kyomotoi/main
merge master
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c8eb30f..32499dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: python -m pip install --upgrade pip pip install flake8 - name: Run Linters - uses: wearerequired/lint-action@v1 + uses: wearerequired/[email protected] with: auto_fix: true black: true |