Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in /app #33

Bump cross-spawn from 7.0.3 to 7.0.6 in /app

Bump cross-spawn from 7.0.3 to 7.0.6 in /app #33

Workflow file for this run

name: Build and Test
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Docker
uses: docker/setup-buildx-action@v1
- name: Lint
run: ./script/pipeline/run.sh lint
- name: Test
run: ./script/pipeline/run.sh test