Skip to content

never-die: expand on how I reply #337

never-die: expand on how I reply

never-die: expand on how I reply #337

Workflow file for this run

name: wordcheck
on:
# Trigger the workflow on push or pull requests, but only for the
# main branch
push:
branches:
- main
- '*/ci'
paths:
- '**.md'
pull_request:
branches:
- main
paths:
- '**.md'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: check
run: make wordcheck