Skip to content

Commit

Permalink
Update code quality action.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Nov 20, 2023
1 parent 2d4ff98 commit dafd6df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
code-quality:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4

- name: Run pre-commits
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0

0 comments on commit dafd6df

Please sign in to comment.