We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bef51 commit 72a310dCopy full SHA for 72a310d
.github/workflows/ci.yml
@@ -9,8 +9,8 @@ jobs:
9
name: Spell Check
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
14
with:
15
node-version: 22
16
- run: wget https://raw.githubusercontent.com/maplibre/maplibre-gl-js/refs/heads/main/.cspell.json
0 commit comments