Skip to content

Update deprecated GitHub Actions syntax #25

Update deprecated GitHub Actions syntax

Update deprecated GitHub Actions syntax #25

Workflow file for this run

name: GitHub Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build & Test
run: |
docker-compose build ci
docker-compose run --rm ci