Skip to content

Commit

Permalink
chore: move CI workflow to top level directory (#80)
Browse files Browse the repository at this point in the history
* chore: move CI workflow to top level directory

* chore: update when CI is run
  • Loading branch information
stevennevins authored Oct 3, 2024
1 parent 1133d3f commit 3ed4462
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: test

on: workflow_dispatch

env:
FOUNDRY_PROFILE: ci
on:
push:
branches:
- master
pull_request:
branches:
- '*'

jobs:
check:
strategy:
fail-fast: true
defaults:
run:
working-directory: ./contracts

name: Foundry project
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ed4462

Please sign in to comment.