mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +02:00
Updated workflows with permission restrictions (#1267)
* Updated workflows * Remove docs verifier for now
This commit is contained in:
@@ -2,6 +2,8 @@ name: Markdownlint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "**/*.md"
|
||||
- ".markdownlint.json"
|
||||
@@ -18,6 +20,8 @@ jobs:
|
||||
lint:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
statuses: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
|
||||
|
||||
Reference in New Issue
Block a user