Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Feb 22, 2024
1 parent b1dd453 commit 91cac30
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .cargo/config.toml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/ci-rs.yml

This file was deleted.

17 changes: 8 additions & 9 deletions .github/workflows/ci-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ name: CI-TS

on:
push:
paths:
- "**/meet/**"
- "**/ci-ts.yml"
- "**/.eslintrc.json"
- "**/.node-version"
- "**/package.json"
- "**/pnpm-lock.yaml"
workflow_dispatch:

env:
Expand Down Expand Up @@ -37,5 +30,11 @@ jobs:
run: bun install --ignore-scripts

# Errors out on build when separated into multiple steps
- name: Install, Build, and Lint Meet
run: cd meet && bun install --ignore-scripts && bun run build && bun run lint
- name: Install
run: bun install --ignore-scripts

- name: Build
run: bun run build

- name: Lint
run: bun run lint

0 comments on commit 91cac30

Please sign in to comment.