Skip to content

Update account docs #410

Update account docs

Update account docs #410

Workflow file for this run

name: Lint and test
on:
pull_request:
branches:
- main
- cairo-2
push:
branches:
- main
- cairo-2
jobs:
lint_and_test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "0.6.2"
- name: Markdown lint
uses: DavidAnson/markdownlint-cli2-action@5b7c9f74fec47e6b15667b2cc23c63dff11e449e # v9
with:
globs: |
*.md
!PULL_REQUEST_TEMPLATE.md
- name: Cairo lint
run: scarb fmt --check
- name: Cairo test
run: scarb test