Add workflows/test.yml

This commit is contained in:
dsklyadnev 2024-07-30 12:43:17 +00:00
parent c6fff42f9d
commit e62c34a8a4

5
workflows/test.yml Normal file
View file

@ -0,0 +1,5 @@
name: Test job
jobs:
test:
run: echo 'TEST JOB'