Skip to content

Generate robots.txt #24

Generate robots.txt

Generate robots.txt #24

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install Dependencies
run: bun install
- name: Typecheck
run: bun run typecheck
- name: Lint
run: bun run lint