Trunk things

This commit is contained in:
Ben Meadors 2024-09-25 16:18:45 -05:00
parent 581686c7b7
commit 51e4b364b0
4 changed files with 12 additions and 15 deletions

View File

@ -13,16 +13,13 @@
}, },
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": ["ms-vscode.cpptools", "platformio.platformio-ide"]
"ms-vscode.cpptools",
"platformio.platformio-ide",
]
} }
}, },
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [ 4403 ], "forwardPorts": [4403],
// Run commands to prepare the container for use // Run commands to prepare the container for use
"postCreateCommand": ".devcontainer/setup.sh", "postCreateCommand": ".devcontainer/setup.sh"
} }

View File

@ -1,3 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
git submodule update --init git submodule update --init

View File

@ -65,7 +65,7 @@ jobs:
# - uses: actions/setup-python@v5 # - uses: actions/setup-python@v5
# with: # with:
# python-version: '3.10' # python-version: '3.10'
# pipx install "setuptools<72" # pipx install "setuptools<72"
- name: Upgrade python tools - name: Upgrade python tools
shell: bash shell: bash
@ -76,10 +76,10 @@ jobs:
- name: Install PlatformIO from script - name: Install PlatformIO from script
shell: bash shell: bash
run: | run: |
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py python3 get-platformio.py
- name: Upgrade platformio - name: Upgrade platformio
shell: bash shell: bash
run: | run: |
@ -90,7 +90,7 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 18
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:

View File

@ -2,10 +2,10 @@
## Supported Versions ## Supported Versions
| Firmware Version | Supported | | Firmware Version | Supported |
| ------------------- | ------------------ | | ---------------- | ------------------ |
| 2.5.x | :white_check_mark: | | 2.5.x | :white_check_mark: |
| <= 2.4.x | :x: | | <= 2.4.x | :x: |
## Reporting a Vulnerability ## Reporting a Vulnerability