Skip to content

Merge branch 'master' of https://github.com/factoriotools/factorio-do… #65

Merge branch 'master' of https://github.com/factoriotools/factorio-do…

Merge branch 'master' of https://github.com/factoriotools/factorio-do… #65

Workflow file for this run

name: 'Linter'
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
hadolint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review