Skip to content

Commit

Permalink
Merge branch 'master' into fix-80
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescurtin authored Sep 12, 2023
2 parents 060a85f + bef7fc9 commit 4b997de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/linting/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mvdan/shfmt:v3.6.0 as shfmt
FROM mvdan/shfmt:v3.7.0 as shfmt
FROM koalaman/shellcheck:v0.9.0 as shellcheck

FROM python:3.11.3-alpine3.16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run lints
run: docker-compose run --rm lint --check-only
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: imports-properly-sorted
uses: ./
with:
Expand Down

0 comments on commit 4b997de

Please sign in to comment.