Skip to content

Updated adalui/ai-apps in target_repos to `adamlui/ai-web-extensi… #86

Updated adalui/ai-apps in target_repos to `adamlui/ai-web-extensi…

Updated adalui/ai-apps in target_repos to `adamlui/ai-web-extensi… #86

Workflow file for this run

name: yamllint
on: [push, pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: yamllint . -c .yamllint-config.yaml