mlj / castget

A simple, command-line based RSS enclosure downloader, primarily intended for automatic, unattended downloading of podcasts.
http://castget.johndal.com
GNU General Public License v2.0
103 stars 23 forks source link

[feat][CI] Update clang-format-action version #46

Closed jidicula closed 3 years ago

jidicula commented 3 years ago

Related to jidicula/clang-format-action#18

Why this change was necessary The master branch of clang-format-action is set to be deleted on January 15, so pointing to it may cause some problems.

What this change does Updates the CI style workflow to point to a version of clang-format-action pointing to the main branch.

Any side-effects? None

Additional context/notes/links

jidicula commented 3 years ago

Hi! I noticed that you're using a GitHub Action that I created in your project. Thank you for choosing to use my tool!

I wanted to inform you of 2 recent updates to my tool:

  1. I have created a new release, v2.0.0, that adds support for C++ files. My tool previously did not check formatting of C++ source or header files, but now it does :tada:!
  2. I will be deleting the master branch of my repository on January 16, 2021.

With these 2 updates, I highly recommend that you modify your GitHub Actions configurations to point towards either a release tag (which I've done in this PR) or a branch like main or dev.

Thanks again for using my tool - please let me know if you have any feature requests for it!