Skip to content

chore(ci): fix doc deployment file permissions #234

chore(ci): fix doc deployment file permissions

chore(ci): fix doc deployment file permissions #234

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: Check
on: [push, pull_request]
jobs:
license:
name: SPDX License Header
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: enarx/spdx@master
with:
licenses: Apache-2.0
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install prettier prettier-plugin-toml
- run: npx prettier --check --no-config .