Skip to content

feat: add cookie_map #6

feat: add cookie_map

feat: add cookie_map #6

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
deno:
name: oak-commons-${{ matrix.os }}
if: |
github.event_name == 'push' ||
!startsWith(github.event.pull_request.head.label, 'oakserver:')
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest]
env:
GH_ACTIONS: 1
steps:
- name: ☑️ clone repository
uses: actions/checkout@v2
- name: ➡️ install Deno
uses: denoland/[email protected]
with:
deno-version: 1.x
- name: 💄 format
run: deno fmt --check
- name: 💄 lint
run: deno lint
- name: 🧪 test
run: deno test