Add .gitea/workflows/env.yml
All checks were successful
Env / env (push) Successful in 8s

This commit is contained in:
Lyanis Souidi 2024-06-10 12:04:26 +02:00
commit c49fab8ba5

8
.gitea/workflows/env.yml Normal file
View File

@ -0,0 +1,8 @@
name: Env
on: [push]
jobs:
env:
runs-on: ubuntu-latest
steps:
- name: List environment variables
run: env