Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

add workflows app

add workflows app #2

Workflow file for this run

name: Push main
on:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/test.yml
with:
ref: ${{ github.ref }}
secrets: inherit