Skip to content

[Snyk] Upgrade @docusaurus/module-type-aliases from 3.4.0 to 3.5.1 #260

[Snyk] Upgrade @docusaurus/module-type-aliases from 3.4.0 to 3.5.1

[Snyk] Upgrade @docusaurus/module-type-aliases from 3.4.0 to 3.5.1 #260

Workflow file for this run

name: radix-public-site-pr
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
working-directory: public-site
env:
REF: ${{ github. sha }}
run: docker build -t radix-public-site:${REF##*/} .
validate-radixconfig:
runs-on: ubuntu-latest
steps:
- name: 'Get Azure principal token for Radix'
run: |
echo "APP_SERVICE_ACCOUNT_TOKEN=hello-world" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: 'Validate public-site'
uses: equinor/radix-github-actions@v1
with:
args: validate radix-config --config-file radixconfig.yaml
- name: 'Validate oauth example radix-app'
uses: equinor/radix-github-actions@v1
with:
args: validate radix-config --config-file examples/radix-example-oauth-proxy/radixconfig.yaml