move CI to Forgejo (n/playbooks#227)
All checks were successful
lint / lint (push) Successful in 37s

This commit is contained in:
n 2024-09-14 09:30:49 +02:00
parent 4ff47074db
commit 64e7e7eaa6
Signed by: n
GPG key ID: 510227DD6C502CE3

View file

@ -7,7 +7,7 @@ jobs:
name: lint
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Forgejo!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4