chore: ci default tool cache
Some checks failed
/ run (push) Failing after 5s

This commit is contained in:
nyyu 2025-06-01 11:04:05 +02:00
parent 36625ad7a9
commit 97413f2264

View file

@ -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 }}