Skip to content

style: πŸ’„ Format #41

style: πŸ’„ Format

style: πŸ’„ Format #41

Workflow file for this run

name: 'main'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: 'Checkout sources'
uses: actions/checkout@v4
- name: 'Run Code Limit'
uses: getcodelimit/codelimit-action@v1