Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 in /test #42

Bump follow-redirects from 1.15.4 to 1.15.6 in /test

Bump follow-redirects from 1.15.4 to 1.15.6 in /test #42

Workflow file for this run

name: Run static checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Build
run: yarn build
- name: Check types for test module
run: |
yarn --cwd test
yarn --cwd test tsc --noEmit
- name: Lint
run: yarn lint
- name: Check code style
run: yarn prettier -c .