Skip to content

google-cloud-cli-bin: symlink properly, anthoscli optional #171

google-cloud-cli-bin: symlink properly, anthoscli optional

google-cloud-cli-bin: symlink properly, anthoscli optional #171

Workflow file for this run

name: "Test"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
# Ensure we run only one job at a time.
concurrency:
group: "elint-${{ github.repository }}-${{ github.ref }}"
jobs:
elint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
experimental: true
- name: Setup Environment
working-directory: .tools
run: |-
mise run build
docker pull ghcr.io/jaredallard/overlay:updater
- name: Run linter
run: mise run lint