Skip to content

test ci

test ci #29

Workflow file for this run

name: Test action
on:
push:
branches: "main"
paths-ignore:
- .gitignore
- README*.md
- LICENSE
- .github/**
- "!.github/workflows/test.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: ./action/
- name: test
uses: ./action/
with:
repository: LemLib/LemLib
upload-built-template: true