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

Add GHA workflow, allow to select shell variant, add checks, etc. #3

Closed
wants to merge 11 commits into from

Commits on Oct 1, 2019

  1. Add gitignore

    Ecco committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    9d047e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. update @actions/core to ^1.1.3

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    0a7d108 View commit details
    Browse the repository at this point in the history
  2. check that the host platform is windows

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    73e48f9 View commit details
    Browse the repository at this point in the history
  3. eslint does not work without a config file

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    bf10ce0 View commit details
    Browse the repository at this point in the history
  4. rename msys2do.cmd to msys2do.in

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    0fdaaf8 View commit details
    Browse the repository at this point in the history
  5. add GHA workflow

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    b321604 View commit details
    Browse the repository at this point in the history
  6. ensure that msys is initialized

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    33f77c2 View commit details
    Browse the repository at this point in the history
  7. style: remove non-required variables

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    bce3cf9 View commit details
    Browse the repository at this point in the history
  8. check that RUNNER_TMP is not empty

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    7ef75a6 View commit details
    Browse the repository at this point in the history
  9. hardcode msys2do.in in index.js

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    c03375c View commit details
    Browse the repository at this point in the history
  10. allow to select shell variant

    1138-4EB committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    e5d7cf7 View commit details
    Browse the repository at this point in the history