Skip to content

Commit

Permalink
feat: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
coltenkrauter committed Sep 10, 2024
1 parent 3b5030a commit 79856c4
Show file tree
Hide file tree
Showing 7 changed files with 3,440 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This auto assigns the following teams to pull requests
* @krauters/core
* @krauters/reviewers
2 changes: 1 addition & 1 deletion .github/workflows/node-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Node Publish
run-name: Node Publish [${{ github.ref_name }}] triggered by [${{ github.event_name }}/${{ github.actor }}]
run-name: '[${{ github.ref_name }}] triggered by [${{ github.event_name }}/${{ github.actor }}]'

on:
release:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/node-release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Node Release
run-name: Node Release [${{ github.ref_name }}] triggered by [${{ github.event_name }}/${{ github.actor }}]
run-name: '[${{ github.ref_name }}] triggered by [${{ github.event_name }}/${{ github.actor }}]'

on:
push:
branches: '*'
branches: 'main'
workflow_dispatch:

jobs:
Expand Down
Loading

0 comments on commit 79856c4

Please sign in to comment.