Compare commits

..

1 commit

Author SHA1 Message Date
464edc9cf7 feat: sapling scm support
Some checks failed
CI / Lint (pull_request) Failing after 51s
CI / Test Node (pull_request) Failing after 14s
Conventional Tools Commitlint / Commitlint (pull_request) Successful in 5s
Now you can run this inside a sapling repo. It will automatically pick what
source control you are using by checking for the root repo.
2024-09-16 20:09:41 +01:00

View file

@ -12,9 +12,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install yarn
run: npm i -g yarn
- name: Set up Node
uses: actions/setup-node@v3
with:
@ -41,9 +38,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install yarn
run: npm i -g yarn
- name: Set up Node
uses: actions/setup-node@v3
with: