Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cake-build/cake-action

:cake::octocat: Run Cake (C# Make) scripts in your GitHub Actions workflows.
https://github.com/cake-build/cake-action

Disables the .NET Core telemetry

b01aabbdd24de0682aca9626f58a383ffc055d88 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Moves the Cake.Tool installation to its own abstraction

783a6e3ae68c7e30ffb38d469d535bbba1189ed3 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Renames the script path input in the metadata

0b896f5c7b0cf33febe52acbc172d26f987d1c16 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Uses build.cake as the default script to run

ce09535529b3f7a1beebc5ecb34743cdb1251ffe authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds all the production dependencies

Since GitHub Actions workflows reference actions directly from their
GitHub repos, we need to co...

3131f14e29e668f1a394d4517d18c95102862c98 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Enables ESLint for TypeScript

2df92d12cffa7989db5598315b0f2a459f5a876b authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds a GitHub Actions workflow to test the Cake action

2b6a0b68072f9baefd42638100bfd463427ee36f authored about 5 years ago by Enrico Campidoglio <[email protected]>
Uploads code coverage data to Coveralls

3ebb62553f00cfd185bb0039a880725e84f55555 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Allows to pass parameters to the Cake tool

19fcb2ada05a81beafd65840279e418a9abf8006 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds the package.json

a32435431f92b805ba2a0bbd73a63abc5e99bdb5 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds tests for the main module

62ac9acca34e6b9ca53ed645c8b3dfc17ec234ef authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds a GitHub Actions workflow to build and test

bcb2bb24f07851f0bc921c196bd94b51bad91a88 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Configures TypeScript and Jest

15840155aa43cb2a7d7e533331a38288c63669ea authored about 5 years ago by Enrico Campidoglio <[email protected]>
Tells Jest to start measuring code coverage

a2ceb5782687167bcba60e02598f46eec9eb6cdc authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds a sample Cake script to test with

ba937e0895c330b4489e779fc36e990926d043fa authored about 5 years ago by Enrico Campidoglio <[email protected]>
Renames the Cake Tool's directory to working directory

560bcc7f883a68a677aa7f5311273cf53d64c297 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds the action metadata

This will tell GitHub that this repository contains
an action to be used in GitHub Actions workf...

de1fa776ad6b880e89229fad730aad09dd9838d7 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds an abstraction to represent Cake parameters

467985aa1554923537a4ee5f26aa04adaf373696 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Configures VS Code for TypeScript

08f96d692cd8b780e4e73b3489d4f24474187567 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Adds a simple implementation of the Cake action

af56be55db89d15c8a2be956c9be3da98df5fc69 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Tells Git to ignore all dependencies except @actions

27116ca13bc38d50f7b4a1ab94a3b69531b9eb10 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Measures and reports code coverage from the build

ae098f5df30d5ed35f03855b03a4c49ccd04d20a authored about 5 years ago by Enrico Campidoglio <[email protected]>
Allows to specify the task to run in the script

8e775aaaf27e6c0543044d1597165bdc923a5a08 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Uses the official Coveralls GitHub action in the build

1962c073ecbe7f532d699c31667b0a47ddd2b780 authored about 5 years ago by Enrico Campidoglio <[email protected]>
Documents the Cake action in the README file

a0ed1b5a89d73f8b5b354424dcd094685071de9e authored about 5 years ago by Enrico Campidoglio <[email protected]>
Sets up the repository with the basics

692f6b3890d087e84ce7d23ec3b8a6bcd881c5b7 authored about 5 years ago by Enrico Campidoglio <[email protected]>