Skip to content

CentOS7 EOL was 2024-06-30, so mirrorlist.centos.org is unavailable now. #3

CentOS7 EOL was 2024-06-30, so mirrorlist.centos.org is unavailable now.

CentOS7 EOL was 2024-06-30, so mirrorlist.centos.org is unavailable now. #3

Workflow file for this run

name: typos
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
- name: Check spelling of files in repository
uses: crate-ci/typos@master