Skip to content

cog Wheel added

cog Wheel added #79

Workflow file for this run

name: Run build
on: [pull_request]
jobs:
lint:
name: Build frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Node.js packages and run 'build' command
run: yarn && yarn build
- uses: EndBug/add-and-commit@v7
with:
author_name: github-actions
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: 'Run build'