Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjb committed Aug 14, 2023
1 parent d78dd74 commit e03e2b0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/opencanary_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ on:
- "pull_request"

jobs:
precommit_tests:
runs-on: "ubuntu-20.04"
steps:
- name: "Check out repository code"
uses: "actions/checkout@v3"
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Check pre-commit is happy
run: |
poetry run pre-commit install
SKIP=no-commit-to-branch poetry run pre-commit run --all-files
opencanary_tests:
strategy:
matrix:
Expand Down

0 comments on commit e03e2b0

Please sign in to comment.