Skip to content

Commit

Permalink
ci: Setup gh-actions
Browse files Browse the repository at this point in the history
The file needs to be in the root of the repo
  • Loading branch information
sayandcode committed Dec 30, 2023
1 parent dc0938b commit c43a4a6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: test
name: Test Contracts

on: workflow_dispatch

env:
FOUNDRY_PROFILE: ci
defaults:
run:
working-directory: contracts

jobs:
check:
Expand Down

0 comments on commit c43a4a6

Please sign in to comment.