Skip to content

chore(deps): update dependency typescript to v5.6.2 #348

chore(deps): update dependency typescript to v5.6.2

chore(deps): update dependency typescript to v5.6.2 #348

Workflow file for this run

name: Yaml
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint -c .yamllint.yml action.yml .yamllint.yml .markdownlint.yml .log4brains.yml .eslintrc.yaml .github/workflows/*.yml