We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2ca1e commit 4554fa0Copy full SHA for 4554fa0
1 file changed
.github/workflows/pre-commit.yml
@@ -0,0 +1,11 @@
1
+name: Pre-commit
2
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - master
7
+jobs:
8
+ build-and-test:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/jekyll-build-pages@v1.0.5
0 commit comments