.gitea/workflows/test.yml hinzugefügt
Test / lint (push) Failing after 9s

This commit is contained in:
2023-07-27 19:48:56 +02:00
parent eb4a17b5c7
commit 3399bf73d8
+13
View File
@@ -0,0 +1,13 @@
name: Test
on:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Get code
uses: actions/checkout@v3
- name: Test Custom JS Action
uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master