Skip to content

Bump postcss from 8.4.19 to 8.4.32 #52

Bump postcss from 8.4.19 to 8.4.32

Bump postcss from 8.4.19 to 8.4.32 #52

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run build
- name: Auto Merge Dependabot PRs
run: |
if [[ "${{ github.actor }}" == 'dependabot[bot]' ]]; then
gh pr merge "${{ github.event.pull_request.number }}" --auto --squash
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}