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

This reverts commit 2dd0980cc9.
This commit is contained in:
Oskar Manhart
2024-09-07 18:16:13 +02:00
parent 350f003d81
commit 3cb2e189c2
65 changed files with 567 additions and 0 deletions

21
.github/workflows/lictool.yaml vendored Normal file
View File

@@ -0,0 +1,21 @@
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()