Skip to content

Update index.yaml #2130

Update index.yaml

Update index.yaml #2130

Workflow file for this run

name: Test
on:
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
test:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: szenius/[email protected]
with:
timezoneLinux: "Europe/Prague"
- name: Cache
run: make cache
- name: Test
run: make test