add workflows
This commit is contained in:
parent
f272748be4
commit
cff78d1230
6 changed files with 704 additions and 16 deletions
18
.forgejo/workflows/project-report.yml
Normal file
18
.forgejo/workflows/project-report.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Project Report
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
project-report:
|
||||
runs-on: linux-dev
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Generate project report
|
||||
run: |
|
||||
chmod +x tools/project-report.sh
|
||||
./tools/project-report.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue