Skip to content

Add Dockerfile links to readme #31

Add Dockerfile links to readme

Add Dockerfile links to readme #31

Workflow file for this run

name: CI on Alpine Linux
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
submodules: recursive
- name: "Run tests"
run: test/run -p alpine