Skip to content

fix: broken cdn link in install webfont docs #854

fix: broken cdn link in install webfont docs

fix: broken cdn link in install webfont docs #854

Workflow file for this run

name: Changed lock files
on:
pull_request: null
push:
branches:
- main
- dev
permissions:
pull-requests: read
jobs:
lockfiles:
runs-on: ubuntu-latest
name: Verify lock file integrity
steps:
- name: Clone Tabler
uses: actions/checkout@v2
- name: Prevent lock file change
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: Gemfile.lock|pnpm-lock.json
trustedAuthors: codecalm, dependabot