Skip to content

fix: Cancun upgrade eth-object and yarn. #232

fix: Cancun upgrade eth-object and yarn.

fix: Cancun upgrade eth-object and yarn. #232

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