Skip to content

Commit 4554fa0

Browse files
committed
test precommit action
commit-id:931e75d9
1 parent 9f2ca1e commit 4554fa0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)