Update lint.yml

This commit is contained in:
Namhyeon Go 2024-11-13 03:58:08 +09:00 committed by GitHub
parent d592109de4
commit 65f387dbeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }} group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: #jobs:
ruff: # ruff:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: actions/checkout@v4 # - uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1 # - uses: chartboost/ruff-action@v1