Skip to content

ci: enforce formatting, testing, wip, and security checks [WIP] #2

ci: enforce formatting, testing, wip, and security checks [WIP]

ci: enforce formatting, testing, wip, and security checks [WIP] #2

Workflow file for this run

name: WIP
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
check-wip:
runs-on: ubuntu-latest
steps:
- name: WIP Check
uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}