mirror of
https://github.com/threeal/cmake-action.git
synced 2025-12-22 00:05:12 +00:00
17 lines
287 B
YAML
17 lines
287 B
YAML
name: test
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
jobs:
|
|
use-action:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v3.2.0
|
|
|
|
- name: Use this action
|
|
uses: ./
|
|
|
|
- name: Run build result
|
|
run: ./build/hello_world
|