5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-12 21:13:45 +00:00
pre-commit-action/.github/workflows/main.yml
Thomas Schmelzer 1372ed7f3c
Update main.yml
2024-02-11 20:27:03 +04:00

13 lines
225 B
YAML

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