File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 11# Setup Codee
22
33Set up a Codee Formatter & Analyser on Linux and Windows runners.
4+
5+ - [ Usage] ( #usage )
6+ - [ Options] ( #options )
7+ - [ Environment variables] ( #environment-variables )
8+ - [ Runner compatibility] ( #runner-compatibility )
9+ - [ License] ( #license )
10+
11+
12+ ## Usage
13+
14+ ``` yaml
15+ jobs :
16+ test :
17+ runs-on : ${{ matrix.os }}
18+ strategy :
19+ fail-fast : false
20+ matrix :
21+ os : [ubuntu-latest, windows-latest, ubuntu-24.04-arm]
22+
23+ steps :
24+ - uses : foxtran/setup-codee@v1
25+
26+ - run : |
27+ codee format --help
28+ ` ` `
29+
30+
31+ ## Options
32+
33+ - *version*: Version of the Codee tools. See [Codee Changelog](https://docs.codee.com/changelog/) to pick the latest.
34+
35+
36+ ## Environment variables
37+
38+ Action updates PATH environment variable for allowing to use ` codee` command.
39+
40+
41+ # # Runner compatibility
42+
43+ Codee tools are available for Windows x86\_64, Linux x86\_64 and Linux AArch64 platforms.
44+
45+
46+ # # License
47+
48+ Setup Codee is [MIT licensed](./LICENSE).
You can’t perform that action at this time.
0 commit comments