Skip to content

fix: update dark theme SCSS variables #1655

fix: update dark theme SCSS variables

fix: update dark theme SCSS variables #1655

Workflow file for this run

name: Changed lock files
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: read
jobs:
lockfiles:
runs-on: ubuntu-latest
name: Verify lock file integrity
steps:
- name: Clone Tabler
uses: actions/checkout@v5
- name: Prevent lock file change
uses: xalvarez/prevent-file-change-action@v3
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: Gemfile.lock|pnpm-lock.json|pnpm-lock.yaml
trustedAuthors: codecalm, BG-Software-BG, dependabot