Skip to content

Commit

Permalink
Update audit_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Equious authored Aug 26, 2024
1 parent b395df3 commit f49f20b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/audit_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "dev" ]
branches: [ "main" ]
pull_request:
branches: [ "dev" ]
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -27,4 +27,6 @@ jobs:

# Runs a single command using the runners shell
- name: Run a one-line script
run: python audit.py
run: |
npm i @cyfrin/[email protected]
python audit.py

0 comments on commit f49f20b

Please sign in to comment.