From 04572a8e5081b1e4871e273cde9dbaaa44c52fe0 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 13 Mar 2024 21:43:44 +0000 Subject: structure: Create apps dir and copy tooling dir from t3-turbo repo --- tooling/github/package.json | 3 +++ tooling/github/setup/action.yml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 tooling/github/package.json create mode 100644 tooling/github/setup/action.yml (limited to 'tooling/github') diff --git a/tooling/github/package.json b/tooling/github/package.json new file mode 100644 index 00000000..42e5fc74 --- /dev/null +++ b/tooling/github/package.json @@ -0,0 +1,3 @@ +{ + "name": "@hoarder/github" +} diff --git a/tooling/github/setup/action.yml b/tooling/github/setup/action.yml new file mode 100644 index 00000000..9a8ff513 --- /dev/null +++ b/tooling/github/setup/action.yml @@ -0,0 +1,19 @@ +name: "Setup and install" +description: "Common setup steps for Actions" + +runs: + using: composite + steps: + - uses: pnpm/action-setup@v2 + - uses: actions/setup-node@v4 + with: + node-version: 21 + cache: "pnpm" + + - shell: bash + run: pnpm add -g turbo + + - shell: bash + run: pnpm install + env: + PUPPETEER_SKIP_DOWNLOAD: "true" -- cgit v1.2.3-70-g09d2