Replace dprint prettier plugin with WASM plugins and yamlfmt #95
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 💂➕ | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
dependency-review: | |
timeout-minutes: 15 | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@v4 | |
- name: 'Dependency Review' | |
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2 | |
with: | |
# https://spdx.org/licenses/ | |
allow-licenses: MIT, BSD-3-Clause, BSD-2-Clause, 0BSD, Unlicense, ISC, Apache-2.0, CC-BY-4.0 | |
allow-dependencies-licenses: pkg:githubactions/DeterminateSystems/nix-installer-action |