Simple command to check if you are within ISS visibility range
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

removed test job

+1 -5
+1 -5
.forgejo/workflows/rust.yaml
··· 3 3 on: [push] 4 4 5 5 jobs: 6 - test: 7 - runs-on: docker 8 - steps: 9 - - run: echo All Good here 10 - release: 6 + build-release: 11 7 runs-on: docker 12 8 steps: 13 9 - name: Checkout