Skip to content

index.html: fixed the incorrect URL to the flight review documentation #126

index.html: fixed the incorrect URL to the flight review documentation

index.html: fixed the incorrect URL to the flight review documentation #126

name: Run Docker Build Tests
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose build --no-cache