Skip to content

chore: pack slot index and router address into single mapping to save… #102

chore: pack slot index and router address into single mapping to save…

chore: pack slot index and router address into single mapping to save… #102

Workflow file for this run

on: [pull_request]
name: Linter check
jobs:
lint-solidity:
name: Lint Solidity
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: yarn install --frozen-lockfile --non-interactive
- name: Run linter
run: yarn run lint:solidity
lint-typescript:
name: Lint Typescript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: yarn install --frozen-lockfile --non-interactive
- name: Run linter
run: yarn run lint:typescript