Skip to content

Fix for incorrect maven repository link (#5) #13

Fix for incorrect maven repository link (#5)

Fix for incorrect maven repository link (#5) #13

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- name: Install dependencies
uses: borales/actions-yarn@v5
with:
cmd: install --immutable
- name: Prepare
uses: borales/actions-yarn@v5
with:
cmd: prepare
- name: Pack
uses: borales/actions-yarn@v5
with:
cmd: pack