diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 0c39156..e349a4d 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -7,4 +7,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Status - run: git status \ No newline at end of file + run: git status + - name: Host + run: cat /etc/hosts \ No newline at end of file