Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 929 Bytes

File metadata and controls

48 lines (29 loc) · 929 Bytes

Setup Codee

Set up a Codee Formatter & Analyser on Linux and Windows runners.

Usage

jobs:
  test:
    runs-on: ${{ matrix.os }}
    strategy:
      fail-fast: false
      matrix:
        os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm]

    steps:
      - uses: foxtran/setup-codee@v1

      - run: |
          codee format --help

Options

  • version: Version of the Codee tools. See Codee Changelog to pick the latest.

Environment variables

Action updates PATH environment variable for allowing to use codee command.

Runner compatibility

Codee tools are available for Windows x86_64, Linux x86_64 and Linux AArch64 platforms.

License

Setup Codee is MIT licensed.