Skip to content

fix bad expiration date on citizenship #306

fix bad expiration date on citizenship

fix bad expiration date on citizenship #306

Workflow file for this run

on: [push]
name: lint
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- name: Run linter
run: npm run lint
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run contract linter
run: npm run lint:contracts