Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Bump actions/checkout from 1 to 2 #626

Bump actions/checkout from 1 to 2

Bump actions/checkout from 1 to 2 #626

Workflow file for this run

name: Check - misspell
on:
pull_request:
types:
- assigned
- opened
- synchronize
- reopened
jobs:
checkmisspell:
name: Check - misspell
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run misspell
run: |
make misspell