Skip to content

Commit

Permalink
change to a different pre-commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Oct 16, 2024
1 parent 2afc4dc commit 2e3d3de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
python3 -m venv venv
source venv/bin/activate
- name: Static Analysis
uses: pre-commit/action@v3.0.0
- name: Install dependencies
run: pip3 install pre-commit

- name: Run pre-commit
run: pre-commit run --all-files

- name: cdk synth
uses: youyo/aws-cdk-github-actions@v2
Expand Down

0 comments on commit 2e3d3de

Please sign in to comment.