Skip to content

feat: attachment flags (#259) #1310

feat: attachment flags (#259)

feat: attachment flags (#259) #1310

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-build
- name: Lint
run: |
npm run lint --cache-dir=".turbo"