Skip to content

test

test #2

Workflow file for this run

name: test
on:
pull_request:
paths:
- "*.ts"
push:
tags-ignore:
- "**"
paths:
- "*.ts"
workflow_dispatch:
jobs:
test:
if: "! contains(github.event.head_commit.message, '[skip ci]') && ! contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/install@v2
- run: deno task build