Skip to content

feat: initial action implementation (#1) #7

feat: initial action implementation (#1)

feat: initial action implementation (#1) #7

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@v4
- name: grit-check
uses: ./
with:
args: '.github'