Fix Eth2Near relayer build #853
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |