Skip to content

🚀 [Feature]: Norwegian open legal data available from PowerShell #10

🚀 [Feature]: Norwegian open legal data available from PowerShell

🚀 [Feature]: Norwegian open legal data available from PowerShell #10

name: Process-PSModule
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
pull_request:
branches:
- main
# Bootstrap integration branch: follow-up function pull requests target it until the first release.
# https://psmodule.github.io/docs/Modules/Process-PSModule/module-bootstrap/
- build-lovdata-module
types:
- closed
- opened
- reopened
- synchronize
- labeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
statuses: write
pages: write
id-token: write
jobs:
Process-PSModule:
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@fb1bdb8fefd243292f779d2a856a38db6fe6daf4 # v6.1.13
secrets:
APIKey: ${{ secrets.APIKEY }}