Skip to content

feat: update local-dev docker compose config #147

feat: update local-dev docker compose config

feat: update local-dev docker compose config #147

Workflow file for this run

## DO NOT EDIT!
# This file was provisioned by Terraform
# File origin: https://github.com/Arrow-air/tf-github/tree/main/src/templates/all/.github/workflows/sanity_checks.yml
name: Sanity checks
env:
TERM: xterm
on:
push:
branches:
- main
- develop
pull_request:
jobs:
codestyle:
name: Code Style Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make editorconfig-test
cspell:
name: Spelling Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make cspell-test
md-test:
name: Markdown Broken Link Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make md-test-links