Skip to content

Update README.md

Update README.md #243

Workflow file for this run

name: Build and test
on:
pull_request:
push:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker build
run: |
docker build .