Skip to content

Fix Eth2Near relayer build #854

Fix Eth2Near relayer build

Fix Eth2Near relayer build #854

Workflow file for this run

on:
push:
branches:
- master
- the-merge
pull_request:
name: Lint
jobs:
lint:
runs-on: self-hosted
name: Lint
steps:
- name: Install LFS
run: apt-get install git-lfs
- name: Clone the repository
uses: actions/checkout@v3
with:
lfs: 'true'
- name: Lint
run: |
yarn
yarn standard
yarn prettier-solidity