Skip to content

Add my Igalia Chats CSSWG F2F interview to the talks page #60

Add my Igalia Chats CSSWG F2F interview to the talks page

Add my Igalia Chats CSSWG F2F interview to the talks page #60

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno lint
format:
name: Format
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Clone repository
uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno fmt --check