mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
Remove deno workflow
This commit is contained in:
parent
37936d7ab1
commit
cc2697a99c
28
.github/workflows/deno.yml
vendored
28
.github/workflows/deno.yml
vendored
@ -1,28 +0,0 @@
|
|||||||
# 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: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Setup repo
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Setup Deno
|
|
||||||
uses: denoland/setup-deno@004814556e37c54a2f6e31384c9e18e983317366
|
|
||||||
with:
|
|
||||||
deno-version: v1.23.1
|
|
||||||
|
|
||||||
- name: Verify formatting
|
|
||||||
run: deno fmt --check
|
|
Loading…
x
Reference in New Issue
Block a user