feature/gitea-actions #2

Merged
RogerSik merged 15 commits from feature/gitea-actions into main 2023-07-30 20:40:13 +02:00
Showing only changes of commit 338ad90302 - Show all commits

View File

@@ -6,6 +6,13 @@ on:
- main - main
jobs: jobs:
Dockerfile lint:
runs-on: k3s
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
build: build:
runs-on: docker runs-on: docker
steps: steps: