Skip to content

Use bash anywhere

Use bash anywhere #70

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
tags: '*'
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- run: docker-compose run --rm lint
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- run: docker-compose run --rm test