fix(ci): linting workflow fix

This commit is contained in:
Ismo Vuorinen
2025-03-07 09:54:10 +02:00
parent 7a10ea3543
commit f1c3dbbca0
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build and Deploy Vue Application to Github Pages
on:
# Runs on pushes targeting the default branch

View File

@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint Code Base
env:
@@ -13,9 +14,13 @@ permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
contents: read
packages: read
# https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@main
steps:
# https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@main