Skip to content

lint

lint #7

Workflow file for this run

name: Test
on:
push:
branches:
- main
workflow_dispatch:
inputs:
ref:
type: string
description: 'Branch or tag'
required: true
default: 'main'
jobs:
test:
name: Test
uses: ./.github/workflows/test-job.yml
with:
ref: ${{ github.event.inputs.ref }}