Skip to content

Commit

Permalink
cosmwasm/polytone working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 12, 2024
1 parent e04febb commit 3c9ca36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cw_audit_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ on:
- '**/Cargo.lock'
pull_request:

env:
WORKING_DIRECTORY: cosmwasm/polytone

jobs:
audit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ env.WORKING_DIRECTORY }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1.2.0
Expand Down

0 comments on commit 3c9ca36

Please sign in to comment.