Workflow to check sourcecode's linting and formatting (#146)

* ci: workflow to check sourcecode

* fix: make workflow to check source fail for incorrect linting/formatting

* ci: change step name for workflow to check sourcecode
This commit is contained in:
Alexander Roidl
2025-07-23 08:58:43 +02:00
committed by GitHub
parent cca1463a68
commit 9bb33e723a
4 changed files with 31 additions and 4 deletions

View File

@@ -13,8 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'