We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdb0aa commit b21aa30Copy full SHA for b21aa30
.github/workflows/workflow.yml
@@ -0,0 +1,10 @@
1
+name: workflow
2
+on: push
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v4
8
+ - run: make setup
9
+ - run: make test
10
+ - run: make lint
0 commit comments