This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
2DHackAndSlay/.gitea/workflows/build.yml
2023-03-20 18:42:22 +00:00

13 lines
No EOL
204 B
YAML

name: build
run-name: Building Game
on:
push:
branches: [ dev-base ]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v3
- run: ls