Files
base-configs-semantic-release/.github/workflows/pr-lint.yml
Ismo Vuorinen 1a41b48f0c feat: upgrade yarn, prettier format all, upgrade actions (#74)
* feat: upgrade yarn, prettier format all, upgrade actions

* fix: postinstall script and .releaserc.json
2025-12-01 09:59:53 +02:00

31 lines
655 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint Code Base
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
Linter:
name: PR Lint
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
statuses: write
contents: read
packages: read
steps:
- name: Run PR Lint
# https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@fbbb487332f2b01379192eecb73f7252f1cc54d4 # v2025.11.30