Skip to content

Merge branch 'main' of https://github.com/0xsquid/squid-types into de… #121

Merge branch 'main' of https://github.com/0xsquid/squid-types into de…

Merge branch 'main' of https://github.com/0xsquid/squid-types into de… #121

Workflow file for this run

name: Linter and build
on: [push]
jobs:
squid-type:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: yarn install
- run: yarn build
- run: yarn lint