Skip to content

chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 (#203) #278

chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 (#203)

chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 (#203) #278

Workflow file for this run

name: Sleep120
on: [push]
jobs:
task:
runs-on: ubuntu-latest
name: Task
steps:
- uses: actions/setup-node@v3.6.0
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';