Skip to content

introduce eslint and prettier and GHA checks #1

introduce eslint and prettier and GHA checks

introduce eslint and prettier and GHA checks #1

Workflow file for this run

name: Generate Check
on:
pull_request:
branches:
- master
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Generate
run: yarn generate