.profile/.gitea/workflows/build.yaml
Simon Vieille 45f1d26f00
All checks were successful
Build profile / Build (push) Successful in 4s
[wip] gitea actions
2023-10-02 22:01:56 +02:00

9 lines
136 B
YAML

name: Build profile
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- run: whereis git
- run: whereis wget