Skip to content

Updated apcups to 2.0.0 #10177

Updated apcups to 2.0.0

Updated apcups to 2.0.0 #10177

Workflow file for this run

name: Check changed adapters
on:
pull_request:
types: [opened, edited, ready_for_review, reopened]
issue_comment:
types: [created]
concurrency:
group: check-${{ github.head_ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm i
- run: npm run check
env:
OWN_GITHUB_TOKEN: ${{ secrets.OWN_GITHUB_TOKEN }}
GITHUB_REF: ${{ env.GITHUB_REF }}
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}