Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 in /server (#41) #41

Bump follow-redirects from 1.15.2 to 1.15.4 in /server (#41)

Bump follow-redirects from 1.15.2 to 1.15.4 in /server (#41) #41

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 .