Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Apr 15, 2024
1 parent 689107d commit 4fd5c62
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
name: bump

on:
workflow_dispatch:
schedule:
# UTC
- cron: '12 0 * * *'

- cron: 12 0 * * *
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install zsh
run: sudo apt-get update; sudo apt-get install zsh
- name: Set Node.js 21.x
uses: actions/setup-node@v4
with:
node-version: 21.x
- run: ./update.sh
- run: git push
- uses: actions/checkout@v4
- name: Install zsh
run: sudo apt-get update; sudo apt-get install zsh
- name: Set Node.js 21.x
uses: actions/setup-node@v4
with:
node-version: 21.x
- run: ./update.sh
- run: git push

0 comments on commit 4fd5c62

Please sign in to comment.