Revert "Merge pull request #15 from winapps-org/add-contribution-guidelines"

This reverts commit d2601efeab, reversing
changes made to f01427a236.
This commit is contained in:
Oskar Manhart
2024-09-05 17:31:21 +02:00
parent d2601efeab
commit 2dd0980cc9
65 changed files with 0 additions and 567 deletions

View File

@@ -1,21 +0,0 @@
on:
pull_request:
push:
branches: [main]
jobs:
lictool:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.1
with:
extra_args: license-tools
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()