Skip to content

chore: move all contract related logic to contracts folder #32

chore: move all contract related logic to contracts folder

chore: move all contract related logic to contracts folder #32

name: Lint Spellcheck
on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/lint-spellcheck.yml"
- "dev/**"
jobs:
lint-spellcheck:
name: Lint Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: shellcheck
run: |
sudo apt-get -y install tree
dev/lint-shellcheck