Skip to content

fix(deps): bump @rollup/rollup-linux-x64-gnu from 4.18.1 to 4.19.0 #4

fix(deps): bump @rollup/rollup-linux-x64-gnu from 4.18.1 to 4.19.0

fix(deps): bump @rollup/rollup-linux-x64-gnu from 4.18.1 to 4.19.0 #4

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/hadolint-action@v3.1.0
id: hadolint
with:
dockerfile: Dockerfile
- name: Build dockerfile
run: docker build . -t service