Skip to content

⬆️👷 Bump github/codeql-action from 2.22.0 to 3.23.2 #1065

⬆️👷 Bump github/codeql-action from 2.22.0 to 3.23.2

⬆️👷 Bump github/codeql-action from 2.22.0 to 3.23.2 #1065

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}/node-16/${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}/node-16/
- run: yarn
env:
PERCY_POSTINSTALL_BROWSER: true
- run: yarn lint