Create codelimit.yml

This commit is contained in:
Rob van der Leek 2024-12-24 10:05:13 +01:00 committed by GitHub
parent 43d3b04725
commit 31ef959674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

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