Skip to content

IDP Checks: Rename jobs.ci -> jobs.setup (#20) #10

IDP Checks: Rename jobs.ci -> jobs.setup (#20)

IDP Checks: Rename jobs.ci -> jobs.setup (#20) #10

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
with:
persist-credentials: false
- name: "Use Node.js"
uses: actions/setup-node@v3
with:
node-version: "18.16.0"
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn format:check
- run: yarn test