mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-02-27 06:56:56 +00:00
fix(ci): linting workflow fix
This commit is contained in:
1
.github/workflows/build-and-deploy.yml
vendored
1
.github/workflows/build-and-deploy.yml
vendored
@@ -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
|
||||||
|
|||||||
9
.github/workflows/pr-lint.yml
vendored
9
.github/workflows/pr-lint.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user