Skip to content

Update CSS Referential #30

Update CSS Referential

Update CSS Referential #30

name: Update CSS Referential
on:
schedule:
- cron: "0 0 * * 0" # Every Sunday at midnight
workflow_dispatch:
permissions: {}
jobs:
update-css-referential:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: ⚙️ Setup PHP, with composer and extensions
uses: ./.github/workflows/actions/setup-php
with:
php-version: 8.4
- name: Generate CSS Referential
run: composer run-script generate-css-referentials
- name: Push changes and create pull request
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
with:
branch: update-css-referential
add-paths: |
src/CssLint/Referential
sign-commits: true
signoff: true
title: "feat: update CSS Referential"
body: |
This pull request updates the CSS referential files in the `src/CssLint/Referential` directory.
commit-message: "feat: update CSS Referential"