Skip to content

Bump semver from 5.7.1 to 5.7.2 #11

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #11

Workflow file for this run

name: Lints
on: [push]
jobs:
lints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Install Dependencies
run: yarn
- name: Update Modules
run: yarn sync
- name: Run lints
run: yarn lint