Skip to content

chore(deps): bump ubuntu from 22.04 to 24.04 #20

chore(deps): bump ubuntu from 22.04 to 24.04

chore(deps): bump ubuntu from 22.04 to 24.04 #20

Workflow file for this run

name: Lint Dockerfile
on:
pull_request:
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
with:
dockerfile: "Dockerfile"
ignore: "DL3003"