We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b63856 commit 12bf6a3Copy full SHA for 12bf6a3
.github/workflows/test.yml
@@ -9,8 +9,4 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - name: Setup
14
- uses: ./forge/actions/setup
15
- with:
16
- forge_version: local
+ - run: echo "Hello, World!"
0 commit comments