Skip to content

Commit

Permalink
Merge pull request #324 from pacak/ci
Browse files Browse the repository at this point in the history
CI refactor
  • Loading branch information
pacak authored Oct 13, 2024
2 parents a27ecaf + 4a42944 commit 34f22d8
Show file tree
Hide file tree
Showing 6 changed files with 286 additions and 235 deletions.
5 changes: 5 additions & 0 deletions .github/check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -o pipefail -e

./branch-asm "$@"
diff -u <( ./master-asm "$@" 2> /dev/null ) --label master <( ./branch-asm "$@" 2> /dev/null ) --label branch
Loading

0 comments on commit 34f22d8

Please sign in to comment.