Skip to content

Simplify the tooling required to compile the extension #14

Simplify the tooling required to compile the extension

Simplify the tooling required to compile the extension #14

Workflow file for this run

name: CI
on:
pull_request: ~
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/[email protected]
with:
enable-cache: 'true'
- name: Install vendors
run: devbox run yarn install --frozen-lockfile
- name: Compile codebase
run: devbox run yarn run compile
- name: Run linters
run: devbox run yarn run lint