Merge pull request 'Add .forgejo/workflows/test.yml' (#6) from dev into main
Reviewed-on: #6
This commit is contained in:
commit
a5cc909153
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/test.yml
Normal file
11
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
Test Bofa:
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Setup-Beef
|
||||||
|
id: setup-beef
|
||||||
|
uses: actions/setup-beef@v1
|
Loading…
Add table
Reference in a new issue