Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #130

build(deps-dev): bump braces from 3.0.2 to 3.0.3

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #130

Workflow file for this run

name: Linter
on: push
jobs:
linter:
name: Linter
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 📥 Checkout
uses: actions/checkout@v2
- name: 📦 Install Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
cache: npm
- name: 📦 Install dependencies
run: npm ci --audit=false
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🧹 Linter
run: npm run lint