Skip to content

Add Fully Diluted Valuation market cap #756

Add Fully Diluted Valuation market cap

Add Fully Diluted Valuation market cap #756

Workflow file for this run

name: Docker Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
docker_build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
- name: Clean space
run: ./free_disk_space.sh
working-directory: scripts
- name: Docker Build
run: |
docker build --tag core .