Skip to content

feat: check if distro supports os architecture #23

feat: check if distro supports os architecture

feat: check if distro supports os architecture #23

Workflow file for this run

name: Get A Shell CI
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- name: Install packages
run: npm ci
- name: Build
run: npm run build