Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add info about rgw rename to OSISM 9 release notes #754

Add info about rgw rename to OSISM 9 release notes

Add info about rgw rename to OSISM 9 release notes #754

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- uses: actions/setup-node@v5
with:
node-version: 20
cache: yarn
- run: pip3 install requests
- run: python3 get-external-files.py
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build