Skip to content

Commit

Permalink
Introduce woodpecker CI (#75)
Browse files Browse the repository at this point in the history
Reviewed-on: https://codeberg.org/sp1thas/dropboxignore/pulls/75
Co-authored-by: sp1thas <[email protected]>
Co-committed-by: sp1thas <[email protected]>
  • Loading branch information
sp1thas authored and Panagiotis Simakis committed Jan 29, 2025
1 parent 6433207 commit c0f2d7f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 190 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/docs-deployment.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/stats.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/testing.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .woodpecker/checkout-code.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
when:
- event: push

steps:
- name: run-pre-commit-hooks
image: python:3
commands:
- python -m pip install -q --no-cache-dir --no-warn-script-location 'pre-commit==4.1.0'
- pre-commit install
- pre-commit run
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<h1>dropboxignore</h1>
<img src="https://codeberg.org/sp1thas/dropboxignore/raw/branch/master/docs/static/icons/128.png" alt="dropboxignore-logo">
<p>It's all about the missing <code>.dropboxignore</code> file.</p>
<a href='https://results.pre-commit.ci/latest/github/sp1thas/dropboxignore/master'>
<img src='https://results.pre-commit.ci/badge/github/sp1thas/dropboxignore/master.svg' alt='pre-commit.ci status' />
<a href="https://ci.codeberg.org/repos/14141" target="_blank">
<img src="https://ci.codeberg.org/api/badges/14141/status.svg" alt="status-badge" />
</a>
<a href="https://codecov.io/gh/sp1thas/dropboxignore">
<img src="https://codecov.io/gh/sp1thas/dropboxignore/branch/master/graph/badge.svg?token=LBVA80F2DV"/>
Expand Down

0 comments on commit c0f2d7f

Please sign in to comment.