1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2025-07-06 16:56:00 +02:00

example: container

This commit is contained in:
Earl Warren 2023-05-29 16:07:00 +02:00
parent cdd9a76852
commit a69ecf9f35
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: alpine:3.18
steps:
- run: grep Alpine /etc/os-release