Skip to content

build(deps): bump follow-redirects from 1.15.2 to 1.15.4 #33

build(deps): bump follow-redirects from 1.15.2 to 1.15.4

build(deps): bump follow-redirects from 1.15.2 to 1.15.4 #33

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches: [master, main]
pull_request:
branches: [master, main, develop]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Dependencies
run: npm install
- name: Code Linting
run: npm run lint