Skip to content

Commit

Permalink
uncommented lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vapavlo committed May 11, 2024
1 parent efcf759 commit c88ba87
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -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
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1

0 comments on commit c88ba87

Please sign in to comment.