Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Pro 156/seed data

Pro 156/seed data #111

Workflow file for this run

name: "Floe Review"
on:
pull_request:
jobs:
Review:
env:
FLOE_API_WORKSPACE: ${{ secrets.FLOE_API_WORKSPACE }}
FLOE_API_SECRET: ${{ secrets.FLOE_API_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Review
uses: ./actions/review-action