Skip to content

Bump follow-redirects from 1.15.2 to 1.15.6 in /apps/nativeapp #565

Bump follow-redirects from 1.15.2 to 1.15.6 in /apps/nativeapp

Bump follow-redirects from 1.15.2 to 1.15.6 in /apps/nativeapp #565

name: Test build on Ubuntu
on:
push:
branches:
- develop
pull_request:
branches:
- develop
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Install dependencies
run: yarn nativeapp install
- name: Linting
run: yarn nativeapp lint:errors