Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

build(deps): bump github/codeql-action from 2 to 3 in /.github/workflows #62

build(deps): bump github/codeql-action from 2 to 3 in /.github/workflows

build(deps): bump github/codeql-action from 2 to 3 in /.github/workflows #62

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
container: node:18.16.0
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Linter
run: |
npm ci
npm run lint