Skip to content

Commit

Permalink
Testing pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent 2ff8624 commit d793a98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -5,8 +5,9 @@ jobs:
Build-On-Ubuntu:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
- name: List files in the repository
run: ls ${{ github.workspace }}
- run: docker build --ssh default --target tox -t multikeyjwt:tox .
Expand Down

0 comments on commit d793a98

Please sign in to comment.