Skip to content

Fix e2e tests

Fix e2e tests #894

Workflow file for this run

on:
push:
branches:
- master
- the-merge
pull_request:
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Clone the repository
uses: actions/checkout@v3
with:
lfs: 'true'
- name: Lint
run: |
yarn
yarn standard
yarn prettier-solidity