Skip to content

Commit

Permalink
Update ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Mar 9, 2024
1 parent 97c76f9 commit aaf3405
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# name: Ruff
# on: pull_request
name: Ruff
on: pull_request

# jobs:
# ruff:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repo
# uses: actions/checkout@v4
# - name: Run ruff
# uses: chartboost/ruff-action@v1
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run ruff
uses: chartboost/ruff-action@v1

0 comments on commit aaf3405

Please sign in to comment.