Skip to content

Allow dumping attachments #11

Allow dumping attachments

Allow dumping attachments #11

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install
run: npm install
- name: Lint
run: npm run lint