Skip to content

Commits

Commits on Dec 28, 2022

  1. fix shellcheck workflow

    Yoann Chaudet committed Dec 28, 2022
    Copy the full SHA
    a32bfc5 View commit details

Commits on Nov 22, 2022

  1. Update to latest actions/publish-action

    To avoid Actions core deprecation messages.
    
    https://github.com/actions/publish-action/releases/tag/v0.2.1
    James M. Greene authored and GitHub committed Nov 22, 2022
    Copy the full SHA
    765586e View commit details

Commits on Nov 1, 2022

  1. Deprecate set-output

    Yoann Chaudet committed Nov 1, 2022
    Copy the full SHA
    eb5eb8e View commit details

Commits on Oct 31, 2022

  1. Prepare incoming release

    Yoann Chaudet committed Oct 31, 2022
    Copy the full SHA
    0c8f0ed View commit details
  2. Upgrade to checkout@v3

    Node.js 12 actions are deprecated as of 27/9/2022. Only Node.js 16 is supported for actions.
    Daniel Kogeni authored and GitHub committed Oct 31, 2022
    Copy the full SHA
    d736bff View commit details

Commits on Aug 19, 2022

  1. Downgrade back to checkout@v2

    James M. Greene authored and GitHub committed Aug 19, 2022
    Copy the full SHA
    1949194 View commit details
  2. Update release process to be more consistent

    James M. Greene authored and GitHub committed Aug 19, 2022
    Copy the full SHA
    85b8999 View commit details

Commits on Apr 19, 2022

  1. Drop pr

    Yoann Chaudet committed Apr 19, 2022
    Copy the full SHA
    0b99ed0 View commit details
  2. Fix up record action

    Yoann Chaudet committed Apr 19, 2022
    Copy the full SHA
    837d22a View commit details

Commits on Feb 8, 2022

  1. Update shellcheck.yml

    Mingzi authored and GitHub committed Feb 8, 2022
    Copy the full SHA
    07cc42d View commit details
  2. Fix typo

    Yoann Chaudet committed Feb 8, 2022
    Copy the full SHA
    c6b6e3f View commit details
  3. Refactor tests to use a matrix

    Yoann Chaudet committed Feb 8, 2022
    Copy the full SHA
    45e128e View commit details

Commits on Feb 7, 2022

  1. adjust workflow render order

    yimysty committed Feb 7, 2022
    Copy the full SHA
    f6fe108 View commit details
  2. fix merging issue due to render

    yimysty committed Feb 7, 2022
    Copy the full SHA
    686b487 View commit details
  3. Merge remote-tracking branch 'origin' into add-jekyll-build-pages-rel…

    …ease-process
    yimysty committed Feb 7, 2022
    Copy the full SHA
    82f5f31 View commit details
  4. uppercase nit

    yimysty committed Feb 7, 2022
    Copy the full SHA
    7da3e0f View commit details
  5. add release process

    yimysty committed Feb 7, 2022
    Copy the full SHA
    0c8c980 View commit details

Commits on Feb 2, 2022

  1. Support recording expected output in an action!

    the `record_expected_output` script now uses the `act` utility
    (https://github.com/nektos/act) to run this repo's action in a container
    as github actions would.
    
    You can now pass one argument to that, `local`, to go back to running
    `github-pages` on your local ruby install. (I removed the `.ruby-version`
    file since we don't *need* to record using the local env anymore, so
    make sure that you're on Ruby 2.7.4)
    
    This eliminates the inconsistency between recorded output and generated
    output on actions, so we don't need to ignore any lines in `diff` anymore.
    Jess Bees committed Feb 2, 2022
    Copy the full SHA
    5a78e45 View commit details
  2. Copy the full SHA
    12272ee View commit details
  3. Add expected outputs for existing tests

    Jess Bees committed Feb 2, 2022
    Copy the full SHA
    2788dc5 View commit details

Commits on Feb 1, 2022

  1. Add a test step to compare outputs

    There is no expected output committed to the repo yet, so it is expected
    to fail.
    Jess Bees committed Feb 1, 2022
    Copy the full SHA
    ac02ba7 View commit details

Commits on Jan 28, 2022

  1. Add CODEOWNERS

    Yoann Chaudet committed Jan 28, 2022
    Copy the full SHA
    2e7c5b8 View commit details

Commits on Dec 27, 2021

  1. Pin shellcheck and switch to boolean inputs

    Yoann Chaudet committed Dec 27, 2021
    Copy the full SHA
    b25c121 View commit details
  2. Add --future support and + add a shellcheck

    Yoann Chaudet committed Dec 27, 2021
    Copy the full SHA
    64126f9 View commit details

Commits on Dec 17, 2021

  1. Merge pull request #5 from actions/add-jekyll-octicons

    Add jekyll-octicons to published image
    Tommy Byrd authored and GitHub committed Dec 17, 2021
    Copy the full SHA
    e964665 View commit details
  2. add jekyll-octicons to published image

    Tommy Byrd committed Dec 17, 2021
    Copy the full SHA
    02eaf6c View commit details

Commits on Dec 15, 2021

  1. allow publishing major tags

    Tommy Byrd authored and GitHub committed Dec 15, 2021
    Copy the full SHA
    87a097f View commit details

Commits on Dec 14, 2021

  1. bring over ci setup

    Tommy Byrd committed Dec 14, 2021
    Copy the full SHA
    1ff6938 View commit details