11
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2026-04-07 14:56:54 +00:00

remove pushing behaviour

This commit is contained in:
Anthony Sottile 2022-06-05 15:11:52 -04:00
parent c67424282e
commit f5c2d257b4
11 changed files with 49 additions and 4331 deletions

14
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: main
on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: self test action
uses: ./