Skip to content

WIP: Add basic instructions on how to use Git and GitHub #38

WIP: Add basic instructions on how to use Git and GitHub

WIP: Add basic instructions on how to use Git and GitHub #38

Workflow file for this run

name: Spellcheck Action
on:
pull_request:
branches:
- main
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck