Skip to content

feat: add dockerfile for tutorial #1

feat: add dockerfile for tutorial

feat: add dockerfile for tutorial #1

Workflow file for this run

# lint runs all linters in this repository
# This workflow is triggered by ci_release.yml workflow
name: lint
on:
workflow_call:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rollkit/.github/.github/actions/[email protected]
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rollkit/.github/.github/actions/[email protected]
dockerfile-lint:
uses: rollkit/.github/.github/workflows/reuseable_dockerfile_lint.yml

Check failure on line 21 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
failure-threshold: "error"