Skip to content

chore: add qlty configuration and CI checks #3

chore: add qlty configuration and CI checks

chore: add qlty configuration and CI checks #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions:
contents: read
pull-requests: read
jobs:
qlty:
name: Qlty Check
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Install qlty
uses: qltysh/qlty-action/install@06730ef41b86b073c3813c0fc07a0c734980ce5d
- name: Run qlty check
run: qlty check
- name: Run qlty code smells analysis
run: qlty smells