Compare commits

..

No commits in common. "57fb1ddb09ce7855d0446f5d8bc4c5deb6e5c7fd" and "21e3f1fc24f59edd25e995664f8fe4fbed26183e" have entirely different histories.

1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
name: Environment Setup Test
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push, pull_request]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: cd ${{ github.workspace }}
- name: Run repository setup scripts
run: |
sh setup.sh
sh scripts/get-docker.sh
- name: Check if Docker was installed
run: docker run hello-world