Skip to content

chore: Update all of typescript-eslint to version 8.2.0 #125

chore: Update all of typescript-eslint to version 8.2.0

chore: Update all of typescript-eslint to version 8.2.0 #125

Workflow file for this run

name: Test Build
on:
push:
branches:
- '*'
- '!main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: 'npm i && npm run ionic:build'