Skip to content

feat: migrate from rootlyhq/cli to rootlyhq/rootly-cli #36

feat: migrate from rootlyhq/cli to rootlyhq/rootly-cli

feat: migrate from rootlyhq/cli to rootlyhq/rootly-cli #36

Workflow file for this run

name: lint
on: push
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Linting Dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: 'Dockerfile'