Skip to content

chore: update CONTRIBUTING.md to reflect workflow changes (#109) #237

chore: update CONTRIBUTING.md to reflect workflow changes (#109)

chore: update CONTRIBUTING.md to reflect workflow changes (#109) #237

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 .