Skip to content

Move to GHA and update README #1

Move to GHA and update README

Move to GHA and update README #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: addnab/docker-run-action@v3
with:
options: -v ${{ github.workspace }}:/work
image: bash:latest
run: /work/test.sh