Skip to content

chore(deps): bump actions/cache from 3 to 4 (#25) #36

chore(deps): bump actions/cache from 3 to 4 (#25)

chore(deps): bump actions/cache from 3 to 4 (#25) #36

---
name: 'Lint dockerfile'
on:
push:
jobs:
build:
name: Lint dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
id: hadolint
with:
dockerfile: Dockerfile
- name: Build dockerfile
run: docker build . -t library