<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: PuZZleDucK</title>
    <description>The latest articles on DEV Community by PuZZleDucK (@puzzleduck).</description>
    <link>https://dev.to/puzzleduck</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F248173%2F34c294ec-796d-4214-9cfc-c9bd7ac1e645.jpeg</url>
      <title>DEV Community: PuZZleDucK</title>
      <link>https://dev.to/puzzleduck</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/puzzleduck"/>
    <language>en</language>
    <item>
      <title>The "4 Letter Fails" Action</title>
      <dc:creator>PuZZleDucK</dc:creator>
      <pubDate>Fri, 14 Aug 2020 17:43:56 +0000</pubDate>
      <link>https://dev.to/puzzleduck/the-4-letter-fails-action-143e</link>
      <guid>https://dev.to/puzzleduck/the-4-letter-fails-action-143e</guid>
      <description>&lt;h3&gt;
  
  
  4 Letter Fails
&lt;/h3&gt;

&lt;p&gt;If your README.md contains any four-letter-words then "4 Letter Fails" will halt the workflow. This GitHub Action checks your README.md for profanity and fails if any are found.&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Wacky Wildcards&lt;/p&gt;

&lt;h3&gt;
  
  
  Yaml File or Link to Code
&lt;/h3&gt;

&lt;p&gt;GitHub Repository: &lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/PuZZleDucK"&gt;
        PuZZleDucK
      &lt;/a&gt; / &lt;a href="https://github.com/PuZZleDucK/4-Letter-Fails"&gt;
        4-Letter-Fails
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      This GitHub Action checks your README.md for profanity and fails if any is found
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
4 Letter Fails&lt;/h1&gt;
&lt;p&gt;This GitHub Action checks your README.md for profanity and fails if any is found.&lt;/p&gt;
&lt;h3&gt;
Using 4 Letter Fails&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;steps:
    - uses: actions/4-Letter-Fails@v1
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;
Developing&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Clone repo: &lt;code&gt;git clone git@github.com:PuZZleDucK/4-Letter-Fails.git&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
Badges&lt;/h3&gt;
&lt;p&gt;You can create a badge for your profanity filter by...
Example badge here&lt;/p&gt;
&lt;h3&gt;
GitHub Actions Hackathon&lt;/h3&gt;
&lt;p&gt;This is also my entry for the GitHub Actions For Open Source hackathon on DEV.to&lt;/p&gt;
&lt;h3&gt;
Release Management&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Create &amp;amp; validate a release branch: &lt;code&gt;git flow release start v1&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Tag release: &lt;code&gt;git tag -a v1.0.0 -m "Release 1.0.0 - Slanderous Skink"&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Create major release on GitHub&lt;/li&gt;
&lt;li&gt;Move the major version tag (such as v1, v2) to the latest point release&lt;/li&gt;
&lt;li&gt;Introduce a new major version tag (if needed)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
Releases - Changelog&lt;/h3&gt;
&lt;p&gt;Version 1.0.0 - Slanderous Skink&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Initial release&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
Current Limitations&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Only checks README.md&lt;/li&gt;
&lt;li&gt;fixed profanity list&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/PuZZleDucK/4-Letter-Fails"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;Marketplace: &lt;a href="https://github.com/marketplace/actions/4-letter-fails"&gt;https://github.com/marketplace/actions/4-letter-fails&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;Under the hood it's making use of profanityfilter: &lt;a href="https://github.com/areebbeigh/profanityfilter"&gt;https://github.com/areebbeigh/profanityfilter&lt;/a&gt; and a custom action&lt;/p&gt;

&lt;p&gt;Currently having problems trying to use the action in other repositories. It's published on the market, but when I use it I always get &lt;code&gt;An action could not be found at the URI 'https://api.github.com/repos/actions/4-Letter-Fails/tarball/v1'&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Author: Ben Minerds (PuZZleDucK)&lt;/p&gt;

</description>
      <category>actionshackathon</category>
    </item>
  </channel>
</rss>
