Skip to content

refactor: rename execute to run to have consistency across all functions #44

refactor: rename execute to run to have consistency across all functions

refactor: rename execute to run to have consistency across all functions #44

---
name: 'Lint dockerfile'
on:
push:
jobs:
build:
name: Lint dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
id: hadolint
with:
dockerfile: Dockerfile
- name: Build dockerfile
run: docker build . -t service