Skip to content

Build Lint of 355/merge by @orangewolf #225

Build Lint of 355/merge by @orangewolf

Build Lint of 355/merge by @orangewolf #225

Workflow file for this run

name: "Build Lint"
run-name: Build Lint of ${{ github.ref_name }} by @${{ github.actor }}
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected]
secrets: inherit
with:
webTarget: hyrax-base
workerTarget: hyrax-worker
platforms: 'linux/amd64'
lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected]
with:
webTarget: hyrax-base
workerTarget: hyrax-worker