Skip to content

Commit

Permalink
add missing tooling/github
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Dec 19, 2024
1 parent 31b11b0 commit f9efe47
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tooling/github/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "@acme/github"
}
17 changes: 17 additions & 0 deletions tooling/github/setup/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Setup and install"
description: "Common setup steps for Actions"

runs:
using: composite
steps:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22.11
cache: "pnpm"

- shell: bash
run: pnpm add -g turbo

- shell: bash
run: pnpm install

0 comments on commit f9efe47

Please sign in to comment.