Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Setup Codee

Actions
Setup Codee Analyzer Formatter
v1.0.2
Latest
Star (2)

Setup Codee

Test

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

Usage

One can use this action in the following way to check that codee format does not change source code:

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

    steps:
    - uses: actions/checkout@v4
    - uses: foxtran/setup-codee@v1

    - name: Run Fortran formatter
      run: |
        codee format . --verbose

    - name: Check for uncommitted changes
      run: |
        git diff --exit-code

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.

Setup Codee is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup Codee Analyzer Formatter
v1.0.2
Latest

Setup Codee is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.