Skip to content

feat(docker): general dump-all-the-things for base image #5

feat(docker): general dump-all-the-things for base image

feat(docker): general dump-all-the-things for base image #5

name: "pre-commit CI"
on:
pull_request:
push:
branches: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: brew install hadolint shellcheck
- uses: pre-commit/action@v3.0.0
- uses: pre-commit-ci/lite-action@v1.0.1
if: always()