Skip to content

Commit 06e9766

Browse files
authored
Merge pull request #30 from paullockaby/fix-releases
fix: making releases work
2 parents 8606122 + 67af783 commit 06e9766

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,16 @@ jobs:
1818
uses: pre-commit/action@v3.0.1
1919
env:
2020
SKIP: no-commit-to-branch
21+
22+
test:
23+
runs-on: ubuntu-latest
24+
25+
permissions:
26+
contents: read
27+
28+
steps:
29+
- uses: actions/checkout@v4
30+
31+
- name: Run container tests
32+
run: |
33+
docker build .

0 commit comments

Comments
 (0)