Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: 'CodeQL'

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Pull Request Labeler

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Scorecard supply-chain security
on:
branch_protection_rule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Publish package to npmjs

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: 'Check spelling'
on:
push:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lint Code Base

on:
Expand Down Expand Up @@ -49,10 +50,7 @@ jobs:
VALIDATE_HTML: false
VALIDATE_HTML_PRETTIER: false
VALIDATE_JAVASCRIPT_ES: false
VALIDATE_JAVASCRIPT_PRETTIER: false
VALIDATE_JSON: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_TYPESCRIPT_ES: false
VALIDATE_TYPESCRIPT_PRETTIER: false
4 changes: 4 additions & 0 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Sync GitHub labels in the declarative way
---
name: Sync labels

on:
Expand All @@ -8,6 +9,9 @@ on:
paths:
- .github/labels.yml

permissions:
contents: read

jobs:
configure-labels:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Development workflow

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Website

on:
Expand Down
Loading