Try CI via Docker

This commit is contained in:
project-repo 2023-04-18 22:18:06 +02:00
commit 599f6c3bdb
2 changed files with 10 additions and 1 deletions

View file

@ -7,7 +7,9 @@ on:
jobs:
linux:
runs-on: archlinux:latest
runs:
using: 'docker'
image: 'Dockerfile'
steps:
- uses: actions/checkout@v3
- run: bash scripts/install-development-environment