Skip to content

feat: NEAR transfer between Ethereum and Aurora. (#94) #247

feat: NEAR transfer between Ethereum and Aurora. (#94)

feat: NEAR transfer between Ethereum and Aurora. (#94) #247

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Check codebase linting
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check codebase linting
run: |
yarn lint