From 65f387dbeb90376f51b4489252c06d657f5fc0ed Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 13 Nov 2024 03:58:08 +0900 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a100f15..a1c17a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,9 +5,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }} cancel-in-progress: true -jobs: - ruff: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: chartboost/ruff-action@v1 \ No newline at end of file +#jobs: +# ruff: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v4 +# - uses: chartboost/ruff-action@v1