Skip to content

Calamity Session 13 Notes #316

Calamity Session 13 Notes

Calamity Session 13 Notes #316

Workflow file for this run

name: Validate Files Action
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate White Space
run: if [ ! `find . -type f -name '* *' | wc -l` -eq 0 ]; then exit 1; fi