Skip to content

chore(deps): update dependency @commitlint/cli to ^18.4.1 #478

chore(deps): update dependency @commitlint/cli to ^18.4.1

chore(deps): update dependency @commitlint/cli to ^18.4.1 #478

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
jobs:
Formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Use Node.js v20
uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: yarn install --immutable
- name: Run Prettier
run: yarn format:check