Skip to content

Commit

Permalink
Add branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Sep 6, 2024
1 parent e1b30ca commit d88b998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/validate-rust-wasm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ runs:
using: composite
steps:
- name: Install wasm-pack
uses: giancosta86/aurora-github/install-wasm-pack
uses: giancosta86/aurora-github/install-wasm-pack@b2.0.0
with:
shell: ${{ inputs.shell }}

- name: Validate Rust source files
uses: giancosta86/aurora-github/validate-rust-crate
uses: giancosta86/aurora-github/validate-rust-crate@b2.0.0
with:
check-artifact-version: ${{ inputs.check-artifact-version }}
project-directory: ${{ inputs.project-directory }}
Expand Down

0 comments on commit d88b998

Please sign in to comment.