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 name: Build and Deploy Vue Application to Github Pages
on: on:
# Runs on pushes targeting the default branch # 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 name: Lint Code Base
env: env:
@@ -13,9 +14,13 @@ permissions: read-all
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest
permissions: permissions:
statuses: write statuses: write
contents: read contents: read
packages: 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