Skip to content

Commit

Permalink
chore: Removed some unused pieces of the GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Feb 17, 2024
1 parent 10fb989 commit b1795f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- name: Setup
uses: ./tooling/github/setup

- name: Copy env
shell: bash
run: cp .env.example .env

- name: Lint
run: pnpm lint && pnpm lint:ws

Expand Down
3 changes: 0 additions & 3 deletions tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ runs:
node-version: 18
cache: "pnpm"

- shell: bash
run: pnpm add -g turbo

- shell: bash
run: pnpm install

0 comments on commit b1795f4

Please sign in to comment.