1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00

Gix Github Action file extension

This commit is contained in:
Vadim Nifadev 2024-10-23 10:21:52 +03:00
parent a999ed789f
commit c0217f29f3

17
.github/workflows/pr.yml vendored Normal file
View file

@ -0,0 +1,17 @@
on: [pull_request]
permissions:
contents: read
pull-requests: read
checks: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v17