Skip to content

Bump actions/checkout from 3.1.0 to 4.1.1 #100

Bump actions/checkout from 3.1.0 to 4.1.1

Bump actions/checkout from 3.1.0 to 4.1.1 #100

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
spellcheck:
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
env:
RUSTC_WRAPPER: ""
container:
image: "paritytech/ink-waterfall-ci:latest"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run spellcheck
shell: bash
run: |
cd ./contract
cargo spellcheck check -vvvv --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1