Update nightly CI & remove protobufs submodule

This commit is contained in:
Sacha Weatherstone 2023-01-18 22:47:52 +10:00
parent 37bfba675a
commit f924461192
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31
4 changed files with 8 additions and 9 deletions

View file

@ -18,11 +18,6 @@ jobs:
with: with:
version: latest version: latest
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: latest
- name: Install Dependencies - name: Install Dependencies
run: pnpm install run: pnpm install

View file

@ -13,6 +13,14 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.1
with:
version: latest
- name: Install Dependencies
run: pnpm install
- name: Trunk Check - name: Trunk Check
uses: trunk-io/trunk-action@v1 uses: trunk-io/trunk-action@v1
with: with:

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "protobufs"]
path = protobufs
url = https://github.com/meshtastic/protobufs/
[submodule "static/design"] [submodule "static/design"]
path = static/design path = static/design
url = https://github.com/meshtastic/design/ url = https://github.com/meshtastic/design/

@ -1 +0,0 @@
Subproject commit b4677e35ca44ed80394f90c2e60703add8ff4f5b