Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/prettier-2.8.3 #314

Merge branch 'main' into dependabot/npm_and_yarn/prettier-2.8.3

Merge branch 'main' into dependabot/npm_and_yarn/prettier-2.8.3 #314

Workflow file for this run

name: Cancel Self
on: [push]
jobs:
task:
runs-on: ubuntu-latest
name: Task
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test Step
uses: ./ # Uses an action in the root directory
with:
access_token: ${{ github.token }}
- uses: actions/setup-node@v3.6.0
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';