Skip to content

Commit

Permalink
added workflow specific for token ext
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Aug 10, 2024
1 parent 8e3a87d commit 5c2d1b9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/token-ext.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Format and Build

on:
push:
branches:
- feat-token-extensions
pull_request:
branches:
- feat-token-extensions

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.4"
- run: scarb fmt --check
- run: scarb build

0 comments on commit 5c2d1b9

Please sign in to comment.