Skip to content

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.2 #363

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.2

build(deps): bump @adobe/css-tools from 4.0.1 to 4.3.2 #363

Workflow file for this run

name: LintPR

Check failure on line 1 in .github/workflows/prLint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prLint.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
run: echo ${{ github.actor }}
steps:
name: semantic pr
if: ${{ github.actor != 'dependabot[bot]' }}
uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}