Skip to content

Merge branch 'main' of github.com:mainio/decidim-module-helsinki_smsa… #7

Merge branch 'main' of github.com:mainio/decidim-module-helsinki_smsa…

Merge branch 'main' of github.com:mainio/decidim-module-helsinki_smsa… #7

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:
main:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: mainio/gha-decidim-module/lint@main
with:
eslint: true
stylelint: true