File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ paths :
8+ - .github/workflows/ci.yml
9+ - Dockerfile
10+ pull_request :
11+ paths :
12+ - .github/workflows/ci.yml
13+ - Dockerfile
14+
15+ jobs :
16+ lint :
17+ runs-on : ubuntu-latest
18+
19+ steps :
20+ - uses : actions/checkout@v3
21+
22+ - name : hadolint
23+ uses : hadolint/hadolint-action@v3.1.0
24+ with :
25+ config : .hadolint.yaml
26+ dockerfile : Dockerfile
Original file line number Diff line number Diff line change 1+ ignored :
2+ - DL3040 # `dnf clean all` mmissing after dnf command
3+ - DL3041 # warning: Specify version with `dnf install -y <package>-<version>`
Original file line number Diff line number Diff line change 11# docker-sc2
2+
3+ [ ![ Build Status] ( https://github.com/cpp-sc2/docker-sc2/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/cpp-sc2/docker-sc2/actions/workflows/ci.yml )
4+
25Dockerized StarCraft 2 Linux application.
36
47## Basic usage
You can’t perform that action at this time.
0 commit comments