Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
608d2a40
Commit
608d2a40
authored
Jul 18, 2023
by
Will Cory
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: move back setup action so we can land it
parent
3525277c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
29 deletions
+5
-29
action.yml
.github/actions/setup/action.yml
+2
-3
release.yml
.github/workflows/release.yml
+3
-26
No files found.
.github/actions/setup/action.yml
View file @
608d2a40
...
...
@@ -7,7 +7,6 @@ runs:
uses
:
pnpm/action-setup@v2
with
:
version
:
8.6.5
-
name
:
Setup node 16.x
uses
:
actions/setup-node@v3
with
:
...
...
@@ -21,10 +20,10 @@ runs:
-
name
:
Install node dependencies
shell
:
bash
run
:
pnpm install --frozen-lockfile
-
name
:
Derive appropriate SHAs for base and head for `nx affected` commands
uses
:
nrwl/nx-set-shas@v3
with
:
main-branch-name
:
"
develop"
-
run
:
|
echo "nx using following shas:"
echo "BASE: ${{ env.NX_BASE }}"
...
...
.github/workflows/release.yml
View file @
608d2a40
...
...
@@ -38,32 +38,9 @@ jobs:
fetch-depth
:
0
ref
:
"
develop"
-
name
:
Setup pnpm
uses
:
pnpm/action-setup@v2
with
:
version
:
8.6.5
-
name
:
Setup node 16.x
uses
:
actions/setup-node@v3
with
:
node-version-file
:
.nvmrc
registry-url
:
https://registry.npmjs.org
cache
:
pnpm
-
name
:
Setup foundry
uses
:
foundry-rs/foundry-toolchain@v1
-
name
:
Install node dependencies
shell
:
bash
run
:
pnpm install --frozen-lockfile
-
name
:
Derive appropriate SHAs for base and head for `nx affected` commands
uses
:
nrwl/nx-set-shas@v3
with
:
main-branch-name
:
"
develop"
-
run
:
|
echo "nx using following shas:"
echo "BASE: ${{ env.NX_BASE }}"
echo "HEAD: ${{ env.NX_HEAD }}"
shell
:
bash
-
name
:
Setup
uses
:
./.github/actions/setup
# Makes a pr to publish the changesets that when
# merged will publish to npm
# see https://github.com/changesets/action
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment