Skip to content

build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 #1427

build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6

build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 #1427

Workflow file for this run

name: Code quality checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, lint, code style check
run: |
npm ci
npm run lint
npm run codestyle-check