Skip to content

Commit

Permalink
ci: update style action
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Jul 25, 2024
1 parent 87b781a commit 94b7245
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/lint.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
python-version: "3.10"
- run: corepack enable
- run: yarn
- run: yarn lint
- if: matrix.architecture == 'x64'
run: yarn make --arch=x64 --verbose
- if: matrix.architecture == 'arm64'
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
- run: corepack enable
- run: corepack prepare yarn
- run: yarn
- run: yarn lint
- if: matrix.architecture == 'x64'
run: yarn make --arch=x64 --verbose
- if: matrix.architecture == 'arm64'
Expand Down Expand Up @@ -140,9 +138,6 @@ jobs:
Write-Output "Retrying ($count/$retries)..."
Start-Sleep -Seconds 5
} while ($count -lt $retries)
# run: |
# yarn lint || (echo "Linting issues found, trying to fix..." && yarn lint-fix)

- if: matrix.architecture == 'x64'
run: yarn make --arch=x64 --verbose
- if: matrix.architecture == 'arm64'
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: style
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dprint/check@v2.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Debugtron

[![lint](https://github.com/pd4d10/debugtron/workflows/lint/badge.svg)](https://github.com/pd4d10/debugtron/actions)
[![style](https://github.com/pd4d10/debugtron/workflows/style/badge.svg)](https://github.com/pd4d10/debugtron/actions)

Debugtron is an app to debug in-production Electron based app. It is also built with Electron.

Expand Down

0 comments on commit 94b7245

Please sign in to comment.