Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bump zod and next

Bump zod and next #130

Workflow file for this run

name: ESLint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Modules
run: npm i
- name: Run ESLint
run: npx eslint . --ext .js