Skip to content

add EVENTLIST to stable (iobroker orga) #1153

add EVENTLIST to stable (iobroker orga)

add EVENTLIST to stable (iobroker orga) #1153

Workflow file for this run

name: Check stable versions on: push: branches: - master pull_request: {} concurrency: group: stable-${{ 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 test env: OWN_GITHUB_TOKEN: ${{ secrets.OWN_GITHUB_TOKEN }}