This commit is contained in:
parent
36625ad7a9
commit
97413f2264
1 changed files with 16 additions and 14 deletions
|
@ -1,25 +1,27 @@
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "12 10 * * *"
|
- cron: "12 10 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- renovate/*
|
- renovate/*
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- run: |
|
||||||
- uses: denoland/setup-deno@v2
|
id
|
||||||
env:
|
ls -l / /opt
|
||||||
RUNNER_TOOL_CACHE: /tmp
|
df -h
|
||||||
with:
|
- uses: actions/checkout@v4
|
||||||
deno-version: v2.x
|
- uses: denoland/setup-deno@v2
|
||||||
- run: |
|
with:
|
||||||
deno -q install --frozen
|
deno-version: v2.x
|
||||||
deno lint
|
- run: |
|
||||||
deno fmt --check
|
deno -q install --frozen
|
||||||
deno run start
|
deno lint
|
||||||
|
deno fmt --check
|
||||||
|
deno run start
|
||||||
env:
|
env:
|
||||||
SMS_PASS: ${{ secrets.SMS_PASS }}
|
SMS_PASS: ${{ secrets.SMS_PASS }}
|
||||||
SMS_USER: ${{ secrets.SMS_USER }}
|
SMS_USER: ${{ secrets.SMS_USER }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue