Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.5.5 to 5.5.6 #212

chore(deps-dev): bump eslint-plugin-prettier from 5.5.5 to 5.5.6

chore(deps-dev): bump eslint-plugin-prettier from 5.5.5 to 5.5.6 #212

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: 'develop'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable Package Managers
run: corepack enable
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Check
run: npm run check
- name: Build
run: npm run build