Skip to content

t rebase --abort ; git reset --hard origin/main #54

t rebase --abort ; git reset --hard origin/main

t rebase --abort ; git reset --hard origin/main #54

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: typescript-assistant ci
run: |
npm ci
npm run ci
env:
CI: true