for the love of god

This commit is contained in:
Skillz4Killz
2021-04-09 01:11:46 +00:00
committed by GitHub
parent 03e240f117
commit 03f7e04add

View File

@@ -14,7 +14,7 @@ jobs:
- name: Cache dependencies
run: deno cache --no-check mod.ts
- name: Test logs
run: echo ::warning file={github.actor.login},line={github.event_name},col={github.event.action}::{message}
run: echo ::warning file={name},line={line},col={col}::{github.actor.login}
- name: Run test script for Devs
if: ${{ github.actor.login == 'Skillz4Killz' || github.actor.login == 'itohatweb' || github.actor.login == 'ayntee' }}
run: deno test -A --no-check