Skip to content

feat: NEAR transfer between Ethereum and Aurora. #246

feat: NEAR transfer between Ethereum and Aurora.

feat: NEAR transfer between Ethereum and Aurora. #246

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