This commit is contained in:
Rob van der Leek 2025-08-18 12:45:52 +01:00 committed by GitHub
commit f9694363b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/codelimit.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: 'codelimit'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: 'Checkout sources'
uses: actions/checkout@v4
- name: 'Run CodeLimit'
uses: getcodelimit/codelimit-action@v1