Compare commits

...

4 Commits

Author SHA1 Message Date
Erfan Mohammadi 89b23d1999 Update .gitea/workflows/demo.yaml
checks / check and test (push) Has been cancelled Details
2024-07-13 16:10:03 +00:00
Erfan Mohammadi 8968eea907 Merge pull request 'Update .gitea/workflows/demo.yaml' (#2) from erfantech-patch-1 into develop
checks / check and test (push) Waiting to run Details
Reviewed-on: #2
2024-07-13 15:59:13 +00:00
Erfan Mohammadi 9ec80deb62 Update .gitea/workflows/demo.yaml
checks / check and test (push) Waiting to run Details
checks / check and test (pull_request) Has been cancelled Details
2024-07-13 15:57:26 +00:00
Erfan Mohammadi c1090b1516 Add .gitea/workflows/demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run Details
2024-07-13 15:49:11 +00:00
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
name: checks
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- name: hello
run: echo "hello world"