Skip to content

Fix code scanning alert no. 14: Inefficient regular expression #30

Fix code scanning alert no. 14: Inefficient regular expression

Fix code scanning alert no. 14: Inefficient regular expression #30

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '*'
jobs:
lint-app:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install app dependencies
run: yarn install
- name: Lint /app
run: yarn lint