build(deps-dev): bump @commitlint/cz-commitlint from 18.6.1 to 19.0.1 #605
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# © 2023 Doriel Rivalet | |
# Use of this source code is governed by a MIT license that can be | |
# found in the LICENSE file. | |
name: Check files with Prettier | |
on: | |
push: | |
pull_request: | |
jobs: | |
run-prettier: | |
runs-on: ubuntu-latest | |
name: Run prettier | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actionsx/prettier@v3 | |
with: | |
args: --check . |