Skip to content

Update postgres images #552

Update postgres images

Update postgres images #552

Workflow file for this run

name: Lint Docker Files
on: [push, pull_request]
jobs:
build:
name: Lint Docker Files
runs-on: ubuntu-latest
steps:
- name: Checkout Ed-Fi-ODS-Docker
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
# https://github.com/github/super-linter#how-to-use
- name: Lint Docker Files
uses: github/super-linter@286abe2b0349da9c074c0fed8e8ec0a86cd13279
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_DOCKERFILE_HADOLINT: true