Skip to content

Commit

Permalink
Update pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Oct 12, 2023
1 parent 749e209 commit fff8f8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_PATH: "/tmp/bundle"
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
lint:
name: "Lint"
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-latest"
steps:
- name: "Check out repository"
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-commit"
uses: "pre-commit/action@v2.0.0"
uses: "pre-commit/action@v3.0.0"

0 comments on commit fff8f8f

Please sign in to comment.