Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WingZer0o committed Jun 1, 2024
2 parents 8b6287f + f257e4e commit 1129c03
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# This workflow will install Deno then run `deno lint` and `deno test`.
# For more information see: https://github.com/denoland/setup-deno

name: Deno

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

permissions:
contents: read

jobs:
test:
runs-on: self-hosted

steps:
- name: Setup repo
uses: actions/checkout@v4
- run: pm2 stop chatbot
- run: pm2 stop chatbot

0 comments on commit 1129c03

Please sign in to comment.