Skip to content

Issue 196 sources update #578

Issue 196 sources update

Issue 196 sources update #578

Workflow file for this run

name: Prace
on:
pull_request:
branches:
- main
types:
- opened
- edited
- reopened
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: innerspacetrainings/Prace.js@master
with:
configuration-path: .github/prace.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}