Skip to content

Merge branch 'add-safe-1.4-rebase' of https://github.com/zkemail/emai… #10

Merge branch 'add-safe-1.4-rebase' of https://github.com/zkemail/emai…

Merge branch 'add-safe-1.4-rebase' of https://github.com/zkemail/emai… #10

Workflow file for this run

name: Lint Code Base
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "22"
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint
run: yarn eslint .