Skip to content

Commit

Permalink
chg: update workflow action versions and add draft branch to on_push
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Sep 2, 2024
1 parent 9d3badf commit 6441ecb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ on:
push:
branches:
- master
- draft-v0

jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'

- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
id: precommit

- name: Upload pre-commit changes
Expand Down

0 comments on commit 6441ecb

Please sign in to comment.