Skip to content

Fix Admin panel private process private users listing when a user is … #256

Fix Admin panel private process private users listing when a user is …

Fix Admin panel private process private users listing when a user is … #256

Workflow file for this run

name: "[CI] Lint"
on:
push:
branches:
- develop
- main
- release/*
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Lint code
uses: mainio/gha-decidim-module/.github/workflows/lint.yml@main
secrets: inherit
with:
eslint: true
stylelint: true