Added a compile action.
This commit is contained in:
12
.gitea/compile.yaml
Normal file
12
.gitea/compile.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Compile Project
|
||||
run-name: Compile the project using spec.
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Compile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
Reference in New Issue
Block a user