Add linter

This commit is contained in:
2024-07-07 16:17:23 -05:00
parent 68e91f3afb
commit dba544db71
3 changed files with 28 additions and 0 deletions

View File

@ -4,7 +4,17 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
checks: write
contents: write
steps:
- name: Standard Ruby
uses: standardrb/standard-ruby-action@v1
test:
needs: link
runs-on: ubuntu-latest
steps:
- name: Checkout