mirror of
https://github.com/Textualize/rich.git
synced 2025-08-22 19:24:24 +00:00
Merge 31ef959674
into ea9d4db5d8
This commit is contained in:
commit
f9694363b1
1 changed files with 19 additions and 0 deletions
19
.github/workflows/codelimit.yml
vendored
Normal file
19
.github/workflows/codelimit.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue