Skip to content

build(deps): bump pyjson5 from 1.6.2 to 1.6.3 #469

build(deps): bump pyjson5 from 1.6.2 to 1.6.3

build(deps): bump pyjson5 from 1.6.2 to 1.6.3 #469

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