Skip to content

docs: Updated README #154

docs: Updated README

docs: Updated README #154

Workflow file for this run

name: ESLint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Yarn Setup
uses: DerYeger/[email protected]
- name: Run linter
run: yarn eslint web3-functions/ test/