Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.6.0 #165

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.6.0

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.6.0 #165

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
npm install
working-directory: .
- name: Tests
run: |
npm test
working-directory: .
- name: Build Electron App
run: |
npm run electron:build
pwd
ls -la
working-directory: .