mirror of
https://github.com/pre-commit/action.git
synced 2026-06-28 21:50:47 +00:00
13 lines
311 B
YAML
13 lines
311 B
YAML
on:
|
|
pull_request:
|
|
push:
|
|
branches: [main, test-me-*]
|
|
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
|
- uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
|
|
- name: self test action
|
|
uses: ./
|