Skip to content

chore: bump solc-typed-ast to 18.1.6 (#52) #164

chore: bump solc-typed-ast to 18.1.6 (#52)

chore: bump solc-typed-ast to 18.1.6 (#52) #164

Workflow file for this run

name: Lint
on: [push]
jobs:
files:
runs-on: ubuntu-latest
steps:
- name: Check out github repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "yarn"
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run linter
run: yarn run lint:check