Skip to content

Pubblication test

Pubblication test #50

Workflow file for this run

name: File checks
on:
pull_request:
push:
branches: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- uses: pre-commit/[email protected]
with:
python-version: '3.9'
env:
# hook to skip
SKIP: skostocsv
# with:
# extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}