Skip to content

Bump braces from 3.0.2 to 3.0.3 #143

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #143

Workflow file for this run

name: Test
on: [ push ]
jobs:
run-tests:
name: Run automated tests
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Run all tests
run: bash ./tests/run.sh
build-docker:
name: Ensure ability to build docker
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Build docker
run: docker build . --tag bump-everywhere