Try the feather city GitHub Action
This commit is contained in:
parent
a5f9742398
commit
59745b1628
1 changed files with 27 additions and 0 deletions
27
.github/workflows/treemap_vis.yaml
vendored
Normal file
27
.github/workflows/treemap_vis.yaml
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
name: Feather City Analysis
|
||||
on:
|
||||
workflow_dispatch: # Allow manual triggering
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run Feather City Analysis
|
||||
uses: livcristi/feather-city-action/python@v0
|
||||
with:
|
||||
input_dir: './src'
|
||||
title: "Fork of flask"
|
||||
project_description: "This is the analysis for my fork of flask testing feather-city"
|
||||
exclude_filenames: "testing.py"
|
||||
theme: 'light'
|
||||
output_dir: 'visual'
|
||||
color_palette: "magma"
|
||||
max_height: "100"
|
||||
Loading…
Add table
Add a link
Reference in a new issue