Files
mobile-iOS/.github/workflows/lint_all.yml
T
2024-02-25 19:15:59 +02:00

20 lines
358 B
YAML

name: Lint all
on:
push:
branches: [ "main" ]
pull_request:
jobs:
lint-all:
runs-on: ubuntu-latest
steps:
# Checkout репозитория
- name: checkout repo content
uses: actions/checkout@v4
- name: Lint filenames
uses: ls-lint/action@v2.2.2
with:
config: './config/.ls-lint.yml'