Skip to content

Commit 3ab0709

Browse files
committed
self test action
1 parent de48c17 commit 3ab0709

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
pull_request:
3+
push:
4+
branches: [main, test-me-*]
5+
6+
jobs:
7+
main:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-python@v4
12+
with:
13+
python-version: 3.x
14+
- uses: pre-commit/action@v3.0.0
15+
- uses: ./.
16+
name: Run pre-commit-ci/lite-action@v0.0.0
17+
if: always()

0 commit comments

Comments
 (0)