From c88ba87160dffc1203167dec2cd9702afecf596f Mon Sep 17 00:00:00 2001 From: pojurer <56473157+pojurer@users.noreply.github.com> Date: Sat, 11 May 2024 12:47:41 +0100 Subject: [PATCH] uncommented lint.yaml --- .github/workflows/lint.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e29f542e..e0486ae1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,14 +1,14 @@ -# name: Linting +name: Linting -# on: -# push: -# branches: [ main,github-actions-test ] -# pull_request: -# branches: [ main ] +on: + push: + branches: [ main, github-actions-test ] + pull_request: + branches: [ main ] -# jobs: -# ruff: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v3 -# - uses: chartboost/ruff-action@v1 \ No newline at end of file +jobs: + ruff: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: chartboost/ruff-action@v1 \ No newline at end of file