Skip to content

npm: bump the linters group across 1 directory with 3 updates #165

npm: bump the linters group across 1 directory with 3 updates

npm: bump the linters group across 1 directory with 3 updates #165

Workflow file for this run

name: Clean Platform.sh env on PR Close
on:
pull_request:
types: [closed]
jobs:
on-pr-close:
runs-on: ubuntu-latest
steps:
- name: Clean Platform.sh env if available
uses: axelerant/platformsh-action@v1
with:
action: 'clean-pr-env'
project-id: 'brbqplxd7ycq6'
cli-token: ${{ secrets.PLATFORMSH_CLI_TOKEN }}