Update workflow

This commit is contained in:
2024-11-23 20:07:19 +01:00
parent 190456236a
commit f58c0cc407
5 changed files with 40 additions and 4 deletions
+18
View File
@@ -0,0 +1,18 @@
name: dR export statistics
run-name: dR export statistics
on: [push]
jobs:
Compile:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "Install dependencies."
- run: apt update
- run: apt install python3 python3-pip python3-venv make -y
- run: make
- run: echo "This job's status is ${{ job.status }}."