Skip to content

setConfigSecrets command integrated and create command optimized #119

setConfigSecrets command integrated and create command optimized

setConfigSecrets command integrated and create command optimized #119

Workflow file for this run

name: Build
on:
push:
branches:
- '*/*'
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Save build
uses: actions/upload-artifact@v4
with:
name: build
path: ./build