Skip to content

feat: initial action implementation #5

feat: initial action implementation

feat: initial action implementation #5

Workflow file for this run

name: grit-check-pre-release
on:
push:
branches:
- main
pull_request:
branches:
- '*'
workflow_dispatch: {}
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: grit-check
uses: ./
with:
args: '.github'