Added FAWE and FAVS project logo to gitbook homepage #45
Workflow file for this run
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: Check typos in PR | |
on: [ pull_request ] | |
jobs: | |
build_pr: | |
if: github.repository_owner == 'IntellectualSites' | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [ ubuntu-latest ] | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Check typos | |
run: make typos |