Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0 #116

chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0

chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0 #116

Workflow file for this run

---
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 service