Skip to content

build(deps): Bump braces from 3.0.2 to 3.0.3 #55

build(deps): Bump braces from 3.0.2 to 3.0.3

build(deps): Bump braces from 3.0.2 to 3.0.3 #55

name: ci:lint-config
on:
push:
branches:
main
pull_request:
jobs:
cover:
name: Continuous integration (config linting)
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install 📦
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --ignore-scripts
useRollingCache: true
- name: Lint config 👕
run: yarn lint-config