Skip to content

feat: add polytone

feat: add polytone #3

name: cw check dependencies
on:
schedule:
- cron: '0 0 1 * *'
push:
paths:
- '**/Cargo.toml'
- '**/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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}