Skip to content

guidance.yaml: update BT-682-Tender #313

guidance.yaml: update BT-682-Tender

guidance.yaml: update BT-682-Tender #313

Workflow file for this run

name: Spell-check
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install codespell
- run: codespell -S .git,samples,source -L nin,sme,tne,SME .