Skip to content

change ${{ github.action_path }} with $GITHUB_ACTION_PATH (#160) #203

change ${{ github.action_path }} with $GITHUB_ACTION_PATH (#160)

change ${{ github.action_path }} with $GITHUB_ACTION_PATH (#160) #203

Workflow file for this run

name: Pre-commit
on:
push:
pull_request:
types: opened
jobs:
check-source-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: python3 -m pip install pre-commit
- run: pre-commit run --all-files