Skip to content

auto-deploy

auto-deploy #748

Workflow file for this run

name: Build frontend
on:
push
jobs:
build:
name: Build frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: borales/[email protected]
with:
cmd: install
- uses: borales/[email protected]
with:
cmd: eslint .
- uses: borales/[email protected]
with:
cmd: build