281 vejret shouldnt be classify as technology science #190
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: Render ARchitectural Diff with ArchLens | |
on: | |
- pull_request | |
- workflow_dispatch | |
jobs: | |
render-diff-and-upload-comment: | |
permissions: write-all | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- id: run_archlens | |
uses: archlens/render-diff-on-pr@main | |
with: | |
config-path: "archlens.json" | |
render-diff: "true" | |
BRANCH_NAME: "_archlens_diff" |