@@ -0,0 +1,10 @@
# .gitea/workflows/test.yml
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node --version
The note is not visible to the blocked user.