Skip to content

feat: Install latest map packs #6

feat: Install latest map packs

feat: Install latest map packs #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- .github/workflows/ci.yml
- Dockerfile
pull_request:
paths:
- .github/workflows/ci.yml
- Dockerfile
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: hadolint
uses: hadolint/[email protected]
with:
config: .hadolint.yaml
dockerfile: Dockerfile