Skip to content

Commit

Permalink
polytone label, cargo fmt cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Apr 28, 2024
1 parent a3320c6 commit 2b161c3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 46 deletions.
5 changes: 4 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ ibc-hooks:
- modules/ibc-hooks/**

packet-forward-middleware:
- middleware/packet-forward-middleware/**
- middleware/packet-forward-middleware/**

polytone:
- cosmwasm/polytone/**
27 changes: 0 additions & 27 deletions .github/workflows/cw_audit_dependencies.yml

This file was deleted.

32 changes: 14 additions & 18 deletions .github/workflows/polytone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,21 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
args: --manifest-path ${{env.WORKING_DIRECTORY}}/Cargo.toml

# TODO: Failed to find targets
# This utility formats all bin and lib files of the current crate using rustfmt.
# rust_fmt:
# runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: ${{ env.WORKING_DIRECTORY }}
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# components: rustfmt
# override: true
# - name: Run cargo fmt
# uses: actions-rs/cargo@v1
# with:
# command: fmt
# args: --check --manifest-path ${{env.WORKING_DIRECTORY}}/Cargo.toml
rust_fmt:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ env.WORKING_DIRECTORY }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
override: true
- name: Run cargo fmt
run: cargo fmt --all -- --check

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b161c3

Please sign in to comment.