mine: updated the OpenSSF critical rankings #339
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |