You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Alternative (Python-based) for Running GitHub Actions Locally](https://github.com/systemslab/popper)
112
-
-[Manage GitHub Action workflows and actions by cli](https://github.com/inextensodigital/actions/tree/master/github-workflow) - Allows you to script edition.
113
-
-[GitHub Action Builder and Previewer](https://create-github-action.now.sh/)
114
109
-[Add releases to GitHub](https://github.com/elgohr/Github-Release-Action)
115
110
-[Publish a docker image to Dockerhub](https://github.com/elgohr/Publish-Docker-Github-Action)
116
111
-[Create an issue using content from a file](https://github.com/peter-evans/create-issue-from-file)
117
112
-[Publish GitHub Releases with Assets](https://github.com/softprops/action-gh-release)
118
113
-[GitHub Project Automation+](https://github.com/alex-page/github-project-automation-plus) - Automate GitHub Project cards with any webhook event.
119
-
-[Run GitHub Actions Locally with a web interface. Supports new YAML syntax](https://github.com/phishy/wflow)
114
+
-[Run GitHub Actions Locally with a web interface](https://github.com/phishy/wflow)
120
115
-[Build and Publish Android debug APK](https://github.com/ShaunLWM/action-release-debugapk)
121
116
-[Generate sequential build numbers for GitHub Actions](https://github.com/einaregilsson/build-number)
122
117
-[Push Git changes to GitHub repository without authentication difficulties](https://github.com/ad-m/github-push-action)
@@ -131,19 +126,16 @@ Set up your GitHub Actions workflow with a specific version of your programming
131
126
132
127
### Collection of Actions
133
128
134
-
-[Many linters and autofixers for various languages](https://github.com/bltavares/actions)
-[Lint a Dockerfile](https://github.com/jwr0/dockerfile-linter-action) (using replicatedhq/dockerfilelint)
239
215
-[Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action)
240
216
-[Run ESLint, with reviewdog output on the PR](https://github.com/reviewdog/action-eslint)
241
217
-[JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js)
242
-
-[Lint a Dockerfile using Hadolint](https://github.com/cds-snc/github-actions/tree/master/docker-lint)
243
-
-[Lint terraform files using tflint](https://github.com/cds-snc/github-actions/tree/master/tf-lint)
244
218
-[Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint)
245
-
-[Validate Puppet modules using Puppet PDK](https://github.com/mpepping/github-actions/tree/master/pdk-validate)
246
219
-[autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8)
247
220
-[Run `localheinz/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/localheinz/composer-normalize-action)
248
221
-[Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action)
@@ -267,26 +240,21 @@ Set up your GitHub Actions workflow with a specific version of your programming
-[Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
278
248
-[Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories.
279
249
280
250
#### Code Coverage
281
251
282
-
-[Send your latest code coverage score to Coveralls.io](https://github.com/gavinhenderson/coveralls-action)
283
252
-[Scan code with SonarCloud](https://github.com/sonarsource/sonarcloud-github-action)
284
253
-[Send your code coverage to codecov.io](https://github.com/codecov/codecov-action)
285
254
-[Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
286
255
287
256
### Monitoring
288
257
289
-
-[Run web performance audits using Sitespeed.io](https://github.com/sitespeedio/sitespeed.io/tree/master/docker/github-action)
290
258
-[Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action)
291
259
-[Runs Lighthouse and posts results to PRs and Slack](https://github.com/foo-software/lighthouse-check-action)
292
260
-[Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action)
@@ -296,16 +264,11 @@ Set up your GitHub Actions workflow with a specific version of your programming
296
264
297
265
-[Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action)
298
266
-[Open or update pull request on branch push (with branch selection)](https://github.com/vsoch/pull-request-action)
299
-
-[Post gif on check fail](https://github.com/jessfraz/shaking-finger-action)
300
-
-[Cleanup branches after merge](https://github.com/jessfraz/branch-cleanup-action)
301
267
-[Automatically rebase a PR](https://github.com/cirrus-actions/rebase)
302
-
-[Evaluate Clojure in the issue comment](https://github.com/repetitive/actions/tree/master/clojure)
303
-
-[Create Pull Request when branch is pushed](https://github.com/repetitive/actions/tree/master/auto-pull-request)
304
268
-[Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action)
305
269
-[Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label)
-[Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign)
308
-
-[Auto-commit back any changes made by previous actions](https://github.com/cds-snc/github-actions/tree/master/auto-commit)
271
+
-[Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign-action)
309
272
-[Add labels to Pull Request based on branch name patterns](https://github.com/TimonVS/pr-labeler-action)
310
273
-[Add labels to Pull Request based on total size of the diff](https://github.com/pascalgn/size-label-action)
311
274
-[Automatically merge Pull Requests that are ready](https://github.com/pascalgn/automerge-action)
@@ -326,32 +289,21 @@ Set up your GitHub Actions workflow with a specific version of your programming
326
289
### GitHub Pages
327
290
328
291
-[Deploy a Zola site to GitHub Pages](https://github.com/shalzz/zola-deploy-action)
329
-
-[Visualize your Dockerfile with a Container Tree](https://www.github.com/vsoch/containertree)
330
292
-[Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages)
331
293
-[Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages)
332
294
-[Google Dataset Search Metadata](https://www.github.com/openschemas/extractors/) - And other schema.org extractors to make datasets discoverable from GitHub pages.
333
-
-[Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) - No building, just deploying.
334
295
-[GitHub Actions for deploying to GitHub Pages with Static Site Generators](https://github.com/peaceiris/actions-gh-pages)
335
296
-[GitHub Action for Hexo](https://github.com/heowc/action-hexo)
336
297
-[Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google)
0 commit comments