Skip to content

chore(deps-dev): bump prettier from 2.8.0 to 3.0.0 #2481

chore(deps-dev): bump prettier from 2.8.0 to 3.0.0

chore(deps-dev): bump prettier from 2.8.0 to 3.0.0 #2481

Workflow file for this run

name: PR Check
on:
pull_request:
jobs:
test-lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: install
run: make -f ci.mk install
- name: lint
run: make -f ci.mk lint
- name: test
run: make -f ci.mk test
- name: build
run: make -f ci.mk build