Skip to content

Add basic buildfarm setup in Dockerfile #35

Add basic buildfarm setup in Dockerfile

Add basic buildfarm setup in Dockerfile #35

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: raven-actions/[email protected]
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ludeeus/[email protected]