Skip to content

Update README.md - kgenlib.yml path (#144) #58

Update README.md - kgenlib.yml path (#144)

Update README.md - kgenlib.yml path (#144) #58

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- id: file_changes
uses: trilom/[email protected]
with:
prNumber: ${{ github.event.number }}
output: 'space'
- uses: pre-commit/[email protected]
with:
extra_args: --files ${{ steps.file_changes.outputs.files }}