Skip to content

Commit

Permalink
chore(ci): cleanup/combine linter actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Dec 2, 2023
1 parent c13cd1b commit 40a30fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/linter.action.yml

This file was deleted.

12 changes: 9 additions & 3 deletions .github/workflows/linter.code.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: "Check: Code Lint"
name: "Check: Lint"

on:
pull_request:
branches:
- main
push:
branches-ignore:
branches:
- main

permissions:
contents: read

jobs:
lint:
lint-code:
name: "Check: Lint"
runs-on: ubuntu-latest

Expand Down Expand Up @@ -51,3 +51,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_JSCPD: false

lint-action:
name: "Check: Action Lint"
permissions:
contents: read
uses: elide-dev/build-infra/.github/workflows/lint.action.yml

0 comments on commit 40a30fc

Please sign in to comment.