Skip to content

update README with LinuxServer for the path of PalWorldSettings.ini #31

update README with LinuxServer for the path of PalWorldSettings.ini

update README with LinuxServer for the path of PalWorldSettings.ini #31

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Shellcheck
uses: azohra/shell-linter@latest
with:
severity: "error"
dockerlint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
lint: 'hadolint'
failure-threshold: error
test-build:
runs-on: ubuntu-latest
steps:
- name: Build the Image
uses: docker/build-push-action@v2
with:
push: false