Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: wip add script to install, build, and typecheck examples #104

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Dec 16, 2022

  1. ci: wip add script to install, build, and typecheck examples

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    26a2bc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. chore: update tsconfigs

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    6dd6bc5 View commit details
    Browse the repository at this point in the history
  2. chore: add some logging

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    5413cab View commit details
    Browse the repository at this point in the history
  3. Update changed.yml

    mcansh committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ed6a113 View commit details
    Browse the repository at this point in the history
  4. chore: test all the things when not in ci

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ae7801a View commit details
    Browse the repository at this point in the history
  5. set remix version

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a25509c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. chore: tweak concurrency

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d13d36f View commit details
    Browse the repository at this point in the history
  2. chore: update log

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    afefe53 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    fe9d69c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. chore: get this mostly working...

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9f85d35 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. context type

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2679671 View commit details
    Browse the repository at this point in the history
  2. we're close!

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    157a011 View commit details
    Browse the repository at this point in the history
  3. sort

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    3ded9af View commit details
    Browse the repository at this point in the history
  4. ci: update naming

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    21c1585 View commit details
    Browse the repository at this point in the history
  5. debug

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e527a8a View commit details
    Browse the repository at this point in the history
  6. debug

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    86fa2c7 View commit details
    Browse the repository at this point in the history
  7. ignore .gitignore

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9daa606 View commit details
    Browse the repository at this point in the history
  8. ci

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c32d9ec View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. handle package manager differently

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    096d918 View commit details
    Browse the repository at this point in the history
  2. caret

    [skip ci]
    
    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1c76b1d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. ci: update pm

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    08727c0 View commit details
    Browse the repository at this point in the history
  2. fixes

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e0fe074 View commit details
    Browse the repository at this point in the history
  3. ci: divvy up queue

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    802e900 View commit details
    Browse the repository at this point in the history
  4. ci: return early if no changes

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0877f11 View commit details
    Browse the repository at this point in the history
  5. minimal things

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a921832 View commit details
    Browse the repository at this point in the history
  6. ignore prettier

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5d1d042 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. ci: only fetch latest 2 commits

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed May 3, 2023
    Configuration menu
    Copy the full SHA
    89ad1af View commit details
    Browse the repository at this point in the history
  2. ci: update concurrency

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2f61ce2 View commit details
    Browse the repository at this point in the history
  3. ci: move script

    Signed-off-by: Logan McAnsh <logan@mcan.sh>
    mcansh committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f9d2773 View commit details
    Browse the repository at this point in the history