Skip to content

chore(deps): bump braces from 3.0.2 to 3.0.3 #27

chore(deps): bump braces from 3.0.2 to 3.0.3

chore(deps): bump braces from 3.0.2 to 3.0.3 #27

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- master
jobs:
lint:
strategy:
fail-fast: true
name: Lint Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# The linter won't run on submodules
# with:
# submodules: recursive
- uses: creyD/[email protected]
with:
prettier_options: --check .
dry: True