Skip to content

fix(deps): bump @nestjs/common from 10.3.4 to 10.3.9 #34

fix(deps): bump @nestjs/common from 10.3.4 to 10.3.9

fix(deps): bump @nestjs/common from 10.3.4 to 10.3.9 #34

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