Skip to content

Commit

Permalink
Configure pull request workflow
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
khaeljy committed Sep 15, 2023
1 parent 7a33462 commit 7ed9448
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on: [pull_request]

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

0 comments on commit 7ed9448

Please sign in to comment.