Skip to content

try ignoring scripts #64

try ignoring scripts

try ignoring scripts #64

Workflow file for this run

name: Build and Test
on: [push]
permissions:
contents: read
jobs:
bat:
name: Build and Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 24
- name: Perform npm tasks
run: npm run ci