Skip to content

Extension of the Fawe documentation to achieve a better understanding of regions and patterns #123

Extension of the Fawe documentation to achieve a better understanding of regions and patterns

Extension of the Fawe documentation to achieve a better understanding of regions and patterns #123

Workflow file for this run

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