diff options
author | Kyomotoi <[email protected]> | 2022-05-14 00:09:00 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-14 00:09:00 +0800 |
commit | 556ce306a6de1ae8804e00a1a88ecde2f59f2d10 (patch) | |
tree | 87744575d3313f6e920f8d73bd37f021e5691bce | |
parent | d8dde99fb3a6f742488aee09c20bec7b9f4a3a1b (diff) | |
download | ATRI-556ce306a6de1ae8804e00a1a88ecde2f59f2d10.tar.gz ATRI-556ce306a6de1ae8804e00a1a88ecde2f59f2d10.tar.bz2 ATRI-556ce306a6de1ae8804e00a1a88ecde2f59f2d10.zip |
⬆️ 跟进 action 依赖版本
-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 |