Skip to content

Commit

Permalink
Merge pull request #1 from QwikDev/ds/setup-workflows
Browse files Browse the repository at this point in the history
chore: setup workflows
  • Loading branch information
dmitry-stepanenko authored Nov 12, 2024
2 parents a0db30d + 2081efe commit a3edea7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 400 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
name: CI

env:
# 7 GiB by default on GitHub, setting to 6 GiB
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
NODE_OPTIONS: --max-old-space-size=6144
# configure corepack to be strict but not download newer versions or change anything
COREPACK_DEFAULT_TO_LATEST: 0
COREPACK_ENABLE_AUTO_PIN: 0
COREPACK_ENABLE_STRICT: 1

on:
push:
branches:
Expand Down Expand Up @@ -41,9 +32,3 @@ jobs:
run: pnpm run lint
- name: typecheck
run: pnpm run typecheck
- name: audit
if: (${{ success() }} || ${{ failure() }})
run: pnpm audit
- name: test
if: (${{ success() }} || ${{ failure() }})
run: pnpm test:self
311 changes: 0 additions & 311 deletions .github/workflows/ecosystem-ci-from-pr.yml

This file was deleted.

Loading

0 comments on commit a3edea7

Please sign in to comment.