Skip to content

Bump braces from 3.0.2 to 3.0.3 in /app #15

Bump braces from 3.0.2 to 3.0.3 in /app

Bump braces from 3.0.2 to 3.0.3 in /app #15

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