deno.land / x / media_types@deprecated / .github / workflows / ci.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: ci
on: [push, pull_request]
jobs: build: name: media_types tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: download deno uses: denoland/setup-deno@main with: deno-version: "1.22.0" - name: check formatting run: deno fmt --check - name: check linting run: deno lint - name: run tests run: deno test
media_types

Version Info

Tagged at
2 years ago