glslint 0.8.1

A GLSL checker and language server for WebGL shader toolkits (luma.gl/deck.gl, maplibre, ShaderToy) and any project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Dependabot version updates. Security updates (the alerts) are a separate repo
# setting and stay on. This keeps the SHA-pinned actions current -- Dependabot
# bumps the pin and its version comment together.
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    groups:
      actions:
        patterns: ["*"]
    commit-message:
      prefix: "ci"