Skip to content

chore: Move markdown-toc variables out of README #411

chore: Move markdown-toc variables out of README

chore: Move markdown-toc variables out of README #411

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone the repo
uses: actions/checkout@v4
- name: Download earthly
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/'${version}'/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
env:
version: v0.8.3
- name: Run linters
run: earthly --ci +lint
env:
EARTHLY_SECRETS: ${{ secrets.EARTHLY_SECRETS }}