Skip to content

bump; (deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.16.1 #123

bump; (deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.16.1

bump; (deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.16.1 #123

Workflow file for this run

name: Toybox C1200
on:
pull_request:
push:
branches:
- main
paths:
- "crates/**"
- "packages/**"
- ".github/workflows/**"
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
cache-dependency-path: ./package-lock.json
- run: mkdir ./samples/Toybox_c1200/
- run: npm ci
- run: cd ./packages/toybox_c1200_ui/ && npm run build
- run: cargo xtask bundle toybox_c1200 --release