Skip to content

Add workflow to update robotx.txt #40

Add workflow to update robotx.txt

Add workflow to update robotx.txt #40

Workflow file for this run

name: Node
on:
push:
branches:
- "*"
tags:
- "*"
pull_request:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "npm"
- name: npm install, build
run: |
npm ci
npm run build