Skip to content

Update banner announcement message based on branch #475

Update banner announcement message based on branch

Update banner announcement message based on branch #475

Workflow file for this run

name: Linting
on:
push:
pull_request:
branches: [develop, main]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
spelling:
name: "Spelling"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run spellcheck
uses: rojopolis/spellcheck-github-actions@0.30.0