Skip to content

chore(github-actions): Bump streetsidesoftware/cspell-action from 8.2.0 to 8.3.0 in the lint-actions group #438

chore(github-actions): Bump streetsidesoftware/cspell-action from 8.2.0 to 8.3.0 in the lint-actions group

chore(github-actions): Bump streetsidesoftware/cspell-action from 8.2.0 to 8.3.0 in the lint-actions group #438

Workflow file for this run

name: pr
on: pull_request
permissions:
contents: read
pull-requests: read
jobs:
pr-labels:
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/_pr-labeler.yml
secrets:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pr-lint:
permissions:
contents: read
uses: ./.github/workflows/_pr-lint.yml
with:
run-lint: true
secrets:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}