Skip to content

Commit

Permalink
chore: enable checks being run on merge queue (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
adu-web3 authored Jul 31, 2024
1 parent 9ef6371 commit 654c9e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Forge CI to build, test and format

on:
merge_group:
pull_request:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Run `solhint` linter

on:
on:
merge_group:
pull_request:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Slither Analysis

on:
merge_group:
pull_request:
push:
branches:
Expand Down

0 comments on commit 654c9e9

Please sign in to comment.