Skip to content

docs: fix typos

docs: fix typos #20

name: Run linea-ens-contracts unit tests
on:
pull_request:
branches:
- main
paths:
- "packages/linea-ens-contracts/**"
jobs:
linea-ens-contracts-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/linea-ens-contracts
steps:
- uses: actions/checkout@v4
- name: For act to work (local testing)
run: npm -g install yarn
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install --immutable --immutable-cache --check-cache
- name: Run test
run: yarn test