Skip to content

fix: upgrade, fix main menu #37

fix: upgrade, fix main menu

fix: upgrade, fix main menu #37

Workflow file for this run

name: Check spelling
on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
pull_request:
branches: [main]
# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: GitHub Spellcheck Action
uses: rojopolis/[email protected]