Bryan Killian
919efd6a0c
adding file-changes-action
...
This action will take the information from the Push/Pull Request and output some variables and write files that will let you know what was changed, removed, or added.
2020-01-08 21:13:57 -05:00
Robert de Bock
34398ea472
Adding Molecule and Galaxy action
2020-01-07 11:27:12 +01:00
Gary Ewan Park
f60f449572
Add dlint-check ( #292 )
...
Add dlint-check
2020-01-06 13:49:07 +00:00
Gary Ewan Park
823cb55f3d
New tool for manually triggering GitHub Actions ( #294 )
...
New tool for manually triggering GitHub Actions
2020-01-06 13:48:14 +00:00
Aaron Batilo
3f9edf10b0
New tool for manually triggering GitHub Actions
...
Adding a link for a tool to help with manually triggering GitHub Actions
2020-01-06 05:49:51 -07:00
Enrico Comiti
2683c337f3
Add GH actions advent calendar to tutorial section
...
Collection of tips
2020-01-06 13:24:40 +01:00
Adam Števko
6668f13aad
Add dlint-check
2020-01-05 12:26:24 +01:00
Samuel Meuli
765731cb9f
Add Lint Action
2020-01-04 23:56:00 +01:00
Julien K
8c7eb9e42c
docs(README.md): Add Label to your Pull Requests based on the author team name: https://github.com/JulienKode/team-labeler-action
...
Add Label to your Pull Requests based on the author team name: https://github.com/JulienKode/team-labeler-action
2019-12-29 18:36:46 +01:00
Zack Teater
2c86c6cb70
Remove Unmaintained "Remove Curse", fixes #279
2019-12-28 19:13:11 -05:00
Gary Ewan Park
e81512b4ff
Update README.md
2019-12-25 11:16:37 +00:00
Gary Ewan Park
6a5d7e6b39
Merge branch 'master' into awesome-lint
2019-12-25 11:15:06 +00:00
Gary Ewan Park
5aba1fafb0
Add actions from Decathlon ( #287 )
...
Add actions from Decathlon
2019-12-25 11:10:17 +00:00
Mingjie Jiang
dd814a4fe1
Add Ghost Theme Deploy Action
2019-12-25 00:55:10 -05:00
Laurent Thiebault
6e7919d803
Update README.md
2019-12-24 16:51:57 +01:00
Laurent Thiebault
7bc0bb6009
Add actions from Decathlon
2019-12-24 16:46:23 +01:00
Sisir Koppaka
f8437b3928
add action for awesome-lint to the utilities
2019-12-24 13:42:27 +05:30
deef
0435a22f3b
Add JSON-edit-action
...
Github action for editing a json file.
https://github.com/deef0000dragon1/json-edit-action
2019-12-24 02:53:08 -05:00
Gary Ewan Park
4efd1059ea
Merge branch 'master' into action-maven-publish
2019-12-22 21:48:06 +00:00
Gary Ewan Park
9f3a0dfa9e
Add Electron Builder Action ( #282 )
...
Add Electron Builder Action
2019-12-22 21:45:02 +00:00
Penguin
2a926536e9
Merge branch 'master' into master
2019-12-20 18:28:26 +09:00
Penguin
7970130399
add AWS Secrets Manager Actions
2019-12-20 18:25:59 +09:00
Max Komarychev
950341b656
Add octions (GitHub REST Actions)
2019-12-19 23:06:05 +02:00
Samuel Meuli
c481adb26f
Add Electron Builder Action
2019-12-18 22:50:41 +01:00
Samuel Meuli
2390e46207
Add Maven Publish Action
2019-12-18 22:48:48 +01:00
Romain Lespinasse
4888f5808d
Add github-slug-action to Utility section
2019-12-17 09:02:43 +01:00
Anoop Tatti
6cca8ba98e
Adding action 'Create Outlook Calendar Event using Microsoft Graph'
...
Link to the repo - https://github.com/anoopt/ms-graph-create-event
2019-12-10 00:14:55 +00:00
Gary Ewan Park
5de0e0ccfb
Add tutorial link for integrating Github actions with Rails ( #276 )
...
Add tutorial link for integrating Github actions with Rails
2019-12-08 10:51:25 +00:00
Akshay Birajdar
9653885325
Add tutorial link for integrating Github actions with rails
2019-12-08 13:05:46 +05:30
Sarah Drasner
925858cbfd
Make icon even smaller
2019-12-07 17:57:22 -07:00
Sarah Drasner
8b5187d615
Make the icon smaller
2019-12-07 17:54:29 -07:00
Sarah Drasner
bd633f70a2
Remove status badge heading
2019-12-07 17:53:36 -07:00
Sarah Drasner
f237228fda
Put awesome lint in the h1 with the other badge
2019-12-07 17:51:15 -07:00
Sarah Drasner
447e2afdf3
Delete extra status badge
2019-12-07 16:41:59 -07:00
Sarah Drasner
808db4cc23
Constrict the icon width
2019-12-07 16:22:47 -07:00
Sarah Drasner
5f698af8e8
Constrict the icon width
2019-12-07 16:21:07 -07:00
Sarah Drasner
1ba1cbf164
update icon for readme
2019-12-07 15:54:41 -07:00
Sarah Drasner
de89f121b8
Merge pull request #275 from bahmutov/patch-1
...
add action that installs NPM dependencies and caches them
2019-12-07 15:43:15 -07:00
Sarah Drasner
a958bf48a2
Merge branch 'master' into patch-2
2019-12-07 15:42:43 -07:00
Sarah Drasner
866518cd8e
Merge pull request #273 from sobolevn/patch-3
...
Adds dotenv-linter
2019-12-07 15:42:02 -07:00
Shohei Ueda
58dffc268e
Update redirected link
2019-12-08 04:36:57 +09:00
Gleb Bahmutov
90ea481d69
Add action to run Cypress tests
...
Example action
```yml
name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v1
```
2019-12-05 08:00:25 -05:00
Gleb Bahmutov
93ac1eb660
add action that installs NPM dependencies and caches them
...
It is an action for projects that need to run `npm ci` or `yarn --frozen-lockfile` to install NPM dependencies and cache them
```yml
name: main
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v1
- uses: bahmutov/npm-install@v1
- run: npm t
```
2019-12-05 07:58:57 -05:00
Nikita Sobolev
f6f0aaaaa3
Adds dotenv-linter
...
Adds https://github.com/wemake-services/dotenv-linter
Docs: https://dotenv-linter.readthedocs.io/en/latest/
Action page: https://github.com/marketplace/actions/dotenv-linter
Also updates `wemake-python-styleguide` infromation about `reviewdog`, because as the author of these two packages I consider this feature absolutely worth mentioning.
It is just awesome!
2019-12-04 13:46:55 +03:00
Gary Ewan Park
24c2332778
Assume role AWS added ( #271 )
...
Assume role AWS added
2019-12-04 07:41:30 +00:00
Dariusz Dwornikowski
0a22486966
Moved the action to the last position
2019-12-04 08:30:51 +01:00
Webber Takken
afed4299c9
Fix typo
2019-12-02 20:21:47 +01:00
Webber Takken
ad55c10beb
Add Unity actions
...
This adds the collection and the test action to the list
2019-12-02 20:14:38 +01:00
Dariusz Dwornikowski
01068cdc64
Assume role AWS added
2019-12-02 10:55:52 +01:00
Shohei Ueda
ccacc833b0
linter: Ignore no-dead-urls
...
Close #232
2019-12-02 05:43:55 +09:00
Jay Rylan
43c63c993f
Add Pull Request Stuck Notifier Action
2019-11-29 11:27:03 -05:00
Gary Ewan Park
3a45b113d5
Merge pull request #268 from peaceiris/patch-1
...
Add mdBook setup action
2019-11-29 07:26:44 +00:00
木杉
094bd73b04
add deno action
2019-11-28 12:51:07 +08:00
Shohei Ueda
f755338f94
Add mdBook setup action
...
repository: https://github.com/peaceiris/actions-mdbook
marketplace: https://github.com/marketplace/actions/mdbook-action
2019-11-28 02:04:18 +09:00
Gary Ewan Park
a9fea4acb4
Merge branch 'master' into patch-1
2019-11-22 07:52:00 +00:00
Gary Ewan Park
4eef5c1ca1
Merge branch 'master' into patch-2
2019-11-22 07:50:35 +00:00
Gary Ewan Park
74cbfa880b
Merge pull request #256 from peaceiris/patch-1
...
Linter: Ignore spell-check
2019-11-22 07:49:28 +00:00
Gary Ewan Park
03e35ee58f
Merge branch 'master' into add-close-milestone-action
2019-11-22 07:48:39 +00:00
Gary Ewan Park
067b6aa757
Merge branch 'master' into add-create-milestone-action
2019-11-22 07:47:06 +00:00
Gary Ewan Park
b077a019ab
Merge branch 'master' into add-get-previous-tag-action
2019-11-22 07:45:48 +00:00
Gary Ewan Park
4e306ec26a
Merge branch 'master' into add-wait-for-statuses-action
2019-11-22 07:44:28 +00:00
Gary Ewan Park
20e9b14417
Merge branch 'master' into add-next-semvers-action
2019-11-22 07:42:58 +00:00
Gary Ewan Park
c425cbaadf
Merge pull request #262 from VasilyStrelyaev/add-testcafe
...
Add the Run TestCafe action
2019-11-22 07:41:01 +00:00
Gary Ewan Park
32a9250747
Merge pull request #263 from benjefferies/patch-1
...
Add branch protection bot
2019-11-22 07:40:11 +00:00
Gary Ewan Park
ac9a162c9d
Merge pull request #264 from barnumbirr/action-forge-publish
...
Add action-forge-publish
2019-11-22 07:38:32 +00:00
Gary Ewan Park
f0d64daa77
Merge pull request #265 from cristianpb/master
...
Add entry to publish Google analytics using Github Pages
2019-11-22 07:36:13 +00:00
Max Komarychev
1cceb45882
Add Merge Pal action ( #266 )
2019-11-22 07:34:45 +00:00
cristianpb
463eacbb72
Add entry to publish Google analytics using Github Pages
2019-11-16 16:34:28 +01:00
Martin Simon
900209f2be
add action-forge-publish
2019-11-15 14:56:51 +01:00
Ben Jefferies
a31a7d50e1
Add full stop
2019-11-15 11:16:12 +00:00
Ben Jefferies
8dbd28ad63
Add branch protection bot
...
A bot tool to temporarily disable and re-enable "Include administrators" option in branch protection
Github doesn't have a way to give a Bot access to override the branch protection, specifically if you include administrators. The only possible solution is to disable the include administrators option. This increases risk of accidental pushes to master from administrators (I've done it a few times). This tool doesn't completely solve the problem of accidents happening but reduces the chances by closing the window.
2019-11-15 11:04:29 +00:00
Shohei Ueda
41c7d47ba2
Update README.md
2019-11-13 22:52:24 +09:00
Shohei Ueda
a8cb14bd7c
Update README.md
2019-11-13 22:48:15 +09:00
VasilyStrelyaev
b297ba3bd9
Add the Run TestCafe action
...
https://github.com/DevExpress/testcafe-action
2019-11-13 12:31:19 +03:00
Cees-Jan Kiewiet
aa1f50d041
Add next semvers action
2019-11-13 08:11:13 +01:00
Cees-Jan Kiewiet
84184607ae
Add get latest tag action
2019-11-13 08:10:27 +01:00
Cees-Jan Kiewiet
6d0b93e3e9
Add close milestone action
2019-11-13 08:09:47 +01:00
Cees-Jan Kiewiet
e35eeb1fcd
Add create milestone action
2019-11-13 08:09:13 +01:00
Cees-Jan Kiewiet
1fb86102f6
Add wait for commit statuses action
2019-11-13 08:08:32 +01:00
Shohei Ueda
1da7831558
Linter: Ignore spell-check
...
Close #246
2019-11-13 15:12:48 +09:00
Deepak Puthraya
93bfa8120c
Add - Enforce branch name rules to Utility section
...
https://github.com/deepakputhraya/action-branch-name
2019-11-11 18:09:03 +05:30
Deepak Puthraya
b33fb6a0a9
Add - Naming convention on Pull Request title to Pull Request section
...
https://github.com/deepakputhraya/action-pr-title/
2019-11-11 18:05:49 +05:30
JJ Asghar
336ff72417
Update README.md ( #248 )
...
* Update README.md
Added me figuring out how to get terraform github and github actions to play nice
* Update README.md
* Update README.md
2019-11-11 07:15:23 +00:00
Gary Ewan Park
bab264cf6d
Merge branch 'master' into pr/add-alex-action
2019-11-11 07:12:53 +00:00
David Byrne
11b9b9f966
Add Jekyll Diff Action to the Utility section
...
https://github.com/David-Byrne/jekyll-diff-action
2019-11-10 16:59:08 +00:00
Shaun
1ed2721d0f
Add action-pushbullet
...
Allow users to send notification via Pushbullet to their devices
2019-11-08 11:36:41 +08:00
Natan Sągol
5f281ccb6d
feat: add dependabot-auto-merge-action to the Readme
2019-11-07 23:44:51 +01:00
Adam Henson
fddefda5d9
chore(docs): update README with lighthouse-check-action.
2019-11-06 21:39:59 -05:00
Adam Henson
e61734f60e
chore(docs): update README with lighthouse-check-action.
2019-11-06 20:45:28 -05:00
Gary Ewan Park
c77ff2678f
Merge pull request #245 from jeffrafter/patch-1
...
Update README.md
2019-11-06 07:35:20 -05:00
Abdelrahman Ashraf
d435c10fa6
fix: 🐛 remove unnecessary indentation
...
remove unnecessary indentation from README
2019-11-04 22:07:36 +02:00
Abdelrahman Ashraf
aab00e67ca
docs: ✏️ add alexjs github action to README
...
catch insensitive, inconsiderate writing in your markdown docs using
alexjs
2019-11-04 20:58:53 +02:00
Jeff Rafter
0b9812fd82
Update README.md
2019-11-02 16:59:37 -07:00
peaceiris
b681ad89f8
Update status badge example
2019-11-03 08:27:28 +09:00
peaceiris
dd439cf0a3
Fix to avoid lint error
2019-11-03 08:18:03 +09:00
peaceiris
f351a62bb9
Reduce toc level
2019-11-03 08:14:22 +09:00
peaceiris
f5eab5fd44
Split Official Resources
2019-11-03 08:01:43 +09:00
peaceiris
164f8709c0
Update redirected links
2019-11-03 06:37:26 +09:00
peaceiris
fab0960296
Remove notes
...
GitHub Actions accepts only the YAML format workflow setting file now.
2019-11-03 06:32:11 +09:00
peaceiris
0104233642
Revert "Add actions/cache"
...
This reverts commit 9c14ca94f4
.
2019-11-03 06:31:42 +09:00
BSKY
9c14ca94f4
Add actions/cache
2019-11-03 04:54:22 +09:00
John Knox
890ff5be52
Fix GitHub capitalization
...
Co-Authored-By: Gary Ewan Park <gep13@gep13.co.uk>
2019-10-31 11:59:03 +00:00
John Knox
7b2ad7bbd1
Add github-action-publish-binaries
...
Makes it super simple to add any artifacts to your Github releases
2019-10-30 17:26:19 +00:00
Gary Ewan Park
7d4663f1ae
Merge pull request #240 from ad-m/patch-1
...
Add 'ad-m/github-push-action'
2019-10-28 07:35:44 +00:00
Jake Lacey
d09bca71ad
adding Phonito, a vulnerabiltiy scanner for your docker images
2019-10-27 21:04:53 +00:00
Adam Dobrawy
f8fe03f838
Add 'ad-m/github-push-action'
2019-10-27 09:57:44 +01:00
Gary Ewan Park
7aacf7049a
Merge pull request #239 from hamelsmu/patch-1
...
Add Machine Learning Ops Action
2019-10-25 19:55:00 +01:00
Hamel Husain
7dbdd97425
Update README.md
2019-10-23 22:13:58 -07:00
Gary Ewan Park
efb60253b0
Merge pull request #237 from pmoura/patch-1
...
Add link to collection of Logtalk and Prolog actions
2019-10-23 07:22:33 +01:00
Ari Kalfus
54052983e8
Adding a Deployment action to upload a Collection to Ansible Galaxy
...
https://github.com/artis3n/ansible_galaxy_collection
This action automatically uploads a new version of a Galaxy Collection to Ansible Galaxy upon a published release in a Github repo.
2019-10-23 00:30:12 -04:00
Paulo Moura
1e8fe02b7a
Add link to collection of Logtalk and Prolog actions
2019-10-21 14:32:25 +01:00
Gary Ewan Park
ddffe3d6c0
Merge pull request #236 from izumin5210/patch-2
...
Add link for izumin5210/action-go-crossbuild
2019-10-21 08:08:14 +01:00
Masayuki Izumi
d36cb7eef8
Add link for izumin5210/action-go-crossbuild
2019-10-21 13:06:28 +09:00
Masayuki Izumi
58744104b4
Add link for izumin5210/action-homebrew-tap
2019-10-21 13:03:47 +09:00
Edward Thomson
e13810631d
Update README to reflect virtual machine changes
...
GitHub Actions moved from a pure container-based approach to offering execution on virtual machines or inside a container (in those VMs). Update the README to reflect this change.
2019-10-18 11:24:12 +01:00
Geoffrey.C
d8692fc032
docs(README.md): add a action for semantic release
2019-10-18 10:06:56 +08:00
Gary Ewan Park
39c2433851
Merge pull request #231 from Malinskiy/patch-1
...
Add Malinskiy/action-android
2019-10-17 08:16:19 +01:00
Gary Ewan Park
ccd2216ce0
Update README.md
2019-10-17 08:09:42 +01:00
Gary Ewan Park
f898300b4b
Update README.md
2019-10-17 08:05:19 +01:00
Gary Ewan Park
f2b05e91f5
Remove broken link
2019-10-17 07:58:22 +01:00
Anton Malinskiy
4d636726af
Add Malinskiy/action-android
...
Add Github Actions for Android to install SDK, add emulator, start emulator and execute random cmd
2019-10-16 15:41:51 +03:00
Gary Ewan Park
f65463ea72
Merge branch 'master' into patch-2
2019-10-15 09:58:42 +01:00
Gary Ewan Park
7c52776784
Merge pull request #223 from ebekker/patch-1
...
linking lint status badge to actual lint workflow
2019-10-15 09:23:09 +01:00
Gary Ewan Park
2aae92e505
Merge branch 'master' into add-buildnum-action
2019-10-15 09:19:57 +01:00
Gary Ewan Park
0bd67106ae
Merge pull request #225 from tibdex/patch-1
...
Add Autosquash
2019-10-15 09:19:06 +01:00
Gary Ewan Park
e11542998d
Merge pull request #227 from tylerauerbeck/master
...
Add publish-to-dev.to-action
2019-10-15 09:16:46 +01:00
Gary Ewan Park
c9d733df5e
Merge pull request #228 from micnncim/label-syncer
...
Add action-label-syncer
2019-10-15 09:15:58 +01:00
Gary Ewan Park
35f0143415
Merge branch 'master' into lgtm-reaction
2019-10-15 09:13:25 +01:00
Jesse Katsumata
7a272399a8
Add Issue Labeler
...
Added Github action that automatically adds label or assignee to a Github Issue based on the Issue content
2019-10-15 01:15:59 +09:00
micnncim
bbc3cbf209
Add lgtm-reaction
2019-10-14 16:29:58 +09:00
micnncim
214060fd6e
Add action-label-syncer
2019-10-14 12:48:11 +09:00
Tyler Auerbeck
4f01871465
Add publish-to-dev.to-action
2019-10-13 13:53:46 -04:00
Shohei Ueda
3fea897dab
Remove link to HCL actions docs
...
This link is redirected to the new docs
2019-10-11 20:45:48 +09:00
Shohei Ueda
2d603b3f80
Remove actions/migrate
2019-10-11 13:55:13 +09:00
Thibault Derousseaux
41621d00f9
Add Autosquash
2019-10-10 23:40:39 +02:00
Eugene Bekker
2a3b3aac2f
Add build number generate action
...
https://github.com/zyborg/gh-action-buildnum
2019-10-10 11:34:29 -04:00
Eugene Bekker
c9c2c24235
linking lint status badge to actual lint workflow
2019-10-10 10:35:06 -04:00
Nikita Sobolev
ce9d5824d7
Update README.md
2019-10-10 14:40:59 +03:00
Nikita Sobolev
150dfbcee8
Adds restrict-cursing-action
...
https://github.com/sobolevn/restrict-cursing-action
2019-10-10 14:38:07 +03:00
Shohei Ueda
2059910cc3
Add GitHub Actions Branding Cheat Sheet
...
* Create Cheat Sheet section under Community Resources
* Add GitHub Actions Branding Cheat Sheet
Close #206
2019-10-09 18:11:25 +09:00
Sam Kirkland
ab0746c3d6
Add FTP Deploy Action
...
Link: https://github.com/SamKirkland/FTP-Deploy-Action
2019-10-08 21:02:40 -05:00
Gary Ewan Park
9670d814f7
Merge pull request #219 from logankilpatrick/patch-3
...
Update README.md
2019-10-08 19:54:35 +01:00
Gary Ewan Park
8153c0bda3
Merge branch 'master' into tag-on-merge
2019-10-08 19:52:08 +01:00
Gary Ewan Park
7e3b5fe452
Merge branch 'master' into reviewdog
2019-10-08 19:50:17 +01:00
Logan Kilpatrick
620e7553e4
Update README.md
...
Fixed formatting to pass linting.
2019-10-08 14:50:13 -04:00
Gary Ewan Park
cb8fb16ab2
Merge pull request #207 from MeilCli/add/update_check
...
Add new package version checkers
2019-10-08 19:48:47 +01:00
Gary Ewan Park
20d3721714
Merge branch 'master' into master
2019-10-08 19:45:35 +01:00
Logan Kilpatrick
c136516563
Update README.md
...
Adding link to my StackOverflow and Slack Integration with GitHub Actions!
2019-10-08 14:45:05 -04:00
Gary Ewan Park
850d9807cf
Merge branch 'master' into patch-1
2019-10-08 19:43:59 +01:00
Gary Ewan Park
55508f082f
Merge pull request #210 from iksaku/patch-1
...
Add openstack-swift-action
2019-10-08 19:42:13 +01:00
Gary Ewan Park
1dec2ab356
Merge branch 'master' into patch-1
2019-10-08 19:41:06 +01:00
Gary Ewan Park
81f8defeba
Merge branch 'master' into patch-2
2019-10-08 19:38:23 +01:00
Gary Ewan Park
3dd8e582fb
Merge pull request #214 from allenevans/set-env
...
Programmatically set environment variables action
2019-10-08 19:36:27 +01:00
Gary Ewan Park
df8c0cd20d
Merge pull request #215 from yavisht/patch-1
...
Add a sample action for surge.sh
2019-10-08 19:32:30 +01:00
Gary Ewan Park
79354333aa
Merge pull request #217 from tzkhan/patch-1
...
Add PR update action
2019-10-08 19:30:26 +01:00
Wagner Santos
6a77670799
Add commitlint action
2019-10-08 14:41:10 -03:00
Yavisht Katgara
9c5addc51f
Added the link to the end of the list
...
Missed this step. My bad
2019-10-08 07:35:12 +11:00
Tamim Khan
357c4b7d3d
Add action to prefix PR title and body
2019-10-07 13:14:19 +01:00
Ahmed
444450f9d8
remove GoCenter since it is deprecated
2019-10-07 12:36:51 +02:00
Yavisht Katgara
b18bfa1a11
Add a sample action for surge.sh
...
Hi,
I have made a very basic sample Github action that can deploy any static website to surge.sh. I was looking for something very basic that would help me understand how Github Actions work but there were no resources online. I think this repo can be of great help for someone who is looking for a very simple starter action template for Surge.sh
2019-10-05 01:40:48 +10:00
Allen Evans
080bb55a77
update README.md
2019-10-04 07:40:09 +01:00
Allen Evans
8223b3b440
Update README.md
2019-10-04 00:11:42 +01:00
Brian Surowiec
0fc9a15d7d
Add block autosquash commits action
2019-10-03 15:37:42 -04:00
Umberto Raimondi
cc282ddd06
Added Run-On-Architecture
2019-10-01 21:41:35 +02:00
Jorge González
36abd272e5
Add openstack-swift-action
2019-10-01 01:25:44 -05:00
Technote
13b33691d7
Add action to generate toc
...
https://github.com/technote-space/toc-generator
This is a GitHub Action to generate TOC (Table of Contents).
2019-09-30 19:22:14 +09:00
CrazyMax
339c162c32
Add GoReleaser Action
2019-09-30 06:24:30 +02:00
meil
fd99548d42
Add new package version checkers
2019-09-29 18:05:21 +09:00
Artem Denysov
8704ac0d1b
Update README.md
2019-09-26 22:31:59 +03:00
Vlad Ionescu
d2f628cb5d
Add a bunch of reviewdog actions
2019-09-26 21:16:15 +03:00
Nick Sjostrom
cb1ada50b6
Add tag action to 'Pull Requests' - https://github.com/anothrNick/github-tag-action
2019-09-26 10:27:58 -04:00
Artem Denysov
cfcc6297e1
Add Lighthouse action
2019-09-26 17:03:56 +03:00
Gary Ewan Park
b2c6bb6346
Merge pull request #202 from hamelsmu/patch-1
...
Added several actions + new machine learning ops section
2019-09-26 10:44:33 +01:00
Hamel Husain
5c1e6fd0fe
Update README.md
2019-09-25 13:51:34 -07:00
Gary Ewan Park
714f521b0b
Merge pull request #194 from sergioramos/patch-1
...
add sergioramos/yarn-actions
2019-09-25 21:33:55 +01:00
Hamel Husain
04f211a904
Update README.md
2019-09-24 22:19:28 -07:00
Hamel Husain
0482dfabbb
Update README.md
2019-09-24 21:55:31 -07:00
Sérgio Ramos
3cc0e9c17d
add sergioramos/yarn-actions
2019-09-24 21:50:21 +01:00
MooYeol Prescott Lee
4f6b836d33
Add TSLint checks action
2019-09-25 04:49:52 +09:00
Gary Ewan Park
fef7e36187
Merge pull request #201 from tbho/patch-1
...
Add an action for global environment variables
2019-09-24 20:27:40 +01:00
Gary Ewan Park
e05447c591
Merge branch 'master' into patch-1
2019-09-24 20:24:09 +01:00
Gary Ewan Park
777befd509
Merge branch 'master' into master
2019-09-24 20:22:30 +01:00
Gary Ewan Park
73c502f223
Merge branch 'master' into master
2019-09-24 20:17:43 +01:00
Gary Ewan Park
2f6e7baf9e
Merge branch 'master' into features/actions-deploy-to-cocoapods
2019-09-24 20:16:12 +01:00
Gary Ewan Park
edb971e12b
Merge pull request #195 from BoyWithSilverWings/patch-1
...
Add Generate OG image to list of Utilities
2019-09-24 20:15:02 +01:00
Gary Ewan Park
890ac262d0
Merge pull request #193 from ShaunLWM/patch-1
...
Add action-release-debugapk
2019-09-24 20:14:12 +01:00
Gary Ewan Park
52d295154a
Merge pull request #190 from sobolevn/patch-1
...
Adds wemake-python-styleguide
2019-09-24 20:10:16 +01:00
Tobias Hoge
7904afd9de
Add an action for global environment variables
...
https://github.com/zweitag/github-actions
It's an action i coded for my company to set global environment variables in our build steps. You can specify a file from which the variables will be read.
2019-09-24 14:26:37 +02:00
Esa-Matti Suuronen
2e52c3730b
Add npm-release action
2019-09-23 23:21:30 +03:00
Einar Egilsson
facda232bd
Add einaregilsson/build-number action.
2019-09-23 15:30:29 +00:00
Agney Menon
cf4f5dcabd
Update category and punctuation
...
https://github.com/BoyWithSilverWings/generate-og-image
2019-09-23 00:30:43 +05:30
Juli
5be12c5c18
Add GitHub Action for TencentCloud Serverless
2019-09-22 15:22:17 +08:00
Michael Henry
e197589bbb
deploy pod library to cocoapods
2019-09-22 14:29:38 +09:00
Agney Menon
dcdb941bc2
Add Generate OG image to list of Utilities
...
https://github.com/BoyWithSilverWings/generate-og-image
2019-09-22 09:49:31 +05:30
Shaun
c783b2746e
Change sentence structure
2019-09-21 14:53:14 +08:00
Shaun
84d4ee6a2c
Update README.md
...
Build and release debug APK from your Android project
2019-09-21 13:16:05 +08:00
CrazyMax
de0773e2bd
Add Cross platform Chocolatey CLI
2019-09-19 19:15:14 +02:00
Nikita Sobolev
8696e8ebfc
Adds wemake-python-styleguide
...
Repo: https://github.com/wemake-services/wemake-python-styleguide
Docs: https://wemake-python-stylegui.de/en/latest/
Marketplace: https://github.com/marketplace/actions/wemake-python-styleguide
2019-09-19 17:34:56 +03:00
Jeff Loiselle
684968a7c9
Update README.md
2019-09-18 13:13:31 -05:00
Jeff Loiselle
0265d8e2e7
Update README.md
2019-09-18 11:49:03 -05:00