Skip to content

chore(deps): update dependency eslint-plugin-react-hooks to v5 #463

chore(deps): update dependency eslint-plugin-react-hooks to v5

chore(deps): update dependency eslint-plugin-react-hooks to v5 #463

Workflow file for this run

name: Clean up environment on PR closure
on:
pull_request:
types: [ closed ]
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
# 1. TODO: remove directory from the web.edumips.org github repo
# ...
# 2. Deactivate environment
- name: Deactivate environment
uses: bobheadxi/[email protected]
with:
step: deactivate-env
token: ${{ secrets.GITHUB_TOKEN }}
env: ${{ github.event.pull_request.number }}