Christopher Schleiden
ef7878c3e6
Add workflow_dispatch trigger to the default empty workflow
2020-11-19 14:07:15 -08:00
Ben McMorran
92d9a2c433
Add MSBuild C/C++ starter workflow
2020-11-13 13:53:37 -08:00
Anders Hovmöller
33c4d0afcb
Prepare python-package.yml for python 3.10
...
Python 3.10 is coming soon, and this will cause problems with the code as currently written. The python versions are written as floats and not strings, which will mean that 3.10 == 3.1, which is going to be very surprising.
2020-11-10 13:57:09 +01:00
Andy McKay
07d00868c1
Merge branch 'main' into patch-1
2020-11-09 12:31:19 -08:00
Devon Carew
1e97b0eba7
Update dart.yml
...
Change to sentence fragment case for the step names
2020-11-09 09:54:52 -08:00
Kayla Ngan
cfb65e2931
Merge branch 'main' into revert-639-kaylangan-publish-docker-to-ghcr
2020-11-06 11:08:22 -05:00
Devon Carew
6566b994c5
Merge branch 'main' into patch-1
2020-11-05 14:50:13 -08:00
Usha N
5aeeb19100
Update azure.yml
2020-11-05 22:32:30 +05:30
Kayla Ngan
f75012de65
Revert "Update Publish Docker template to publish to GitHub Container Registry"
2020-11-04 16:32:58 -05:00
Usha N
e2510e2a62
Updating the pre-req configuration steps
...
For Linux Apps, Developers need to set a new app setting called WEBSITE_WEBDEPLOY_USE_SCM and set to `true` before downloading the publish profile.
2020-11-03 18:21:34 +05:30
Devon Carew
17e1df2111
Update dart.yml
...
Review comments from @mit-mit.
2020-11-02 09:07:53 -08:00
Devon Carew
f938476d14
Update dart.yml
2020-10-30 12:46:33 -07:00
Andy McKay
93e3710ab0
Merge branch 'main' into fix-cmake-docs
2020-10-21 13:27:46 -07:00
Nick Schonning
b1cd56fafa
chore: Remove id for go install
...
The ID isn't used in other steps of the script
2020-10-19 20:26:29 -04:00
kszonek
e24322bcc0
Fix docs link in cmake CI file
2020-10-19 21:30:11 +02:00
Andy McKay
def8d9d2cb
Merge branch 'master' into nix
2020-09-28 14:34:43 -07:00
Luca Stocchi
12319ff7de
update branch
...
Signed-off-by: Luca Stocchi <lstocchi@redhat.com >
2020-09-28 17:10:57 +02:00
Luca Stocchi
545967cef7
Add support for OpenShift Action
...
Signed-off-by: Luca Stocchi <lstocchi@redhat.com >
2020-09-28 16:59:32 +02:00
Domen Kožar
349e3dde95
nix: review feedback
2020-09-24 11:57:59 +02:00
Alessandro
732e5a4fed
Fix rubygems step
...
With GitHub Packages everything is ok, but we had a problem with "bearer" in the RubyGems step.
We solved when we removed the bearer in the ruby gem step.
Is it ok?
Repo with our test (https://github.com/rubynetti/amico-db )
2020-09-17 17:11:19 +02:00
Henry Harutyunyan
4fc839617b
Fix on step name for pylint action
...
On analyzing the code with `pylint`, the name of the step is `Test with pytest`, which is certainly not what it does.
2020-09-16 14:49:17 +04:00
Cameron Booth
c6ccc6f609
Update to use the $registry-url() token
2020-09-09 15:42:40 -07:00
Vibhu Agarwal
fd28bd2710
Merge branch 'master' into build-fail-pythonpublish.yaml
2020-09-02 00:23:27 +05:30
Kayla Ngan
01816c2943
Add in account path part
2020-08-31 16:40:03 -04:00
Kayla Ngan
b54b703ab1
Update docker-publish.yml
2020-08-31 16:21:54 -04:00
Andy McKay
8e9dd416eb
Merge pull request #624 from mohd-akram/blank-indentation
...
blank.yml: fix indentation
2020-08-26 15:05:31 -07:00
Andy McKay
3ba9eeb432
Merge pull request #493 from mosteo/master
...
Ada starter workflow, icon and properties
2020-08-25 09:17:05 -07:00
Andy McKay
ac0f10b559
Merge pull request #604 from maximousblk/add-setup-deno
...
Add Deno
2020-08-25 09:13:19 -07:00
Maximous Black
4c50c2463d
Update deno.yml
2020-08-25 13:24:46 +05:30
Andy McKay
af51c4b131
Merge pull request #47 from jherico/master
...
Add a starter cmake workflow
2020-08-24 09:58:27 -07:00
Andy McKay
7170aed588
Merge pull request #460 from jai/ios-starter-workflow
...
Add iOS Starter Workflow
2020-08-24 09:56:49 -07:00
Andy McKay
556dbfef74
Merge branch 'master' into master
2020-08-24 08:37:18 -07:00
Alejandro R Mosteo
d9ef0c9fa9
s/master/$default-branch/ in workflow
...
Co-authored-by: Andy McKay <andymckay@github.com >
2020-08-24 11:10:05 +02:00
Ben Heil
781ae15668
Corrected the name: the action uses Conda but not Anaconda
2020-08-23 22:21:14 -04:00
Ben Heil
e6a92cdf5e
Update with requested changes from @andymckay
2020-08-22 09:09:50 -04:00
Ben Heil
9d5fc9a9d5
Get up to date with actions:main
2020-08-22 08:38:27 -04:00
Maximous Black
b2a9ff937c
Update Deno Workflow
...
- Use 40 char SHA string for action's version
- Add nightly testing
- Add cross platform testing
2020-08-22 17:26:46 +05:30
Jai Govindani
cd6c492b58
fix(icon): use xcode icon
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2020-08-22 15:06:08 +07:00
Jai Govindani
1d9faa8666
fix(triggers): use $default-branch instead of hard-coding
...
Co-authored-by: Andy McKay <andymckay@github.com >
2020-08-22 15:06:07 +07:00
Jai Govindani
8b99b795cd
fix: incorrect capitalization of iOS icon name
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2020-08-22 15:06:05 +07:00
Jai Govindani
a7d5e843be
fix: add newline to end of file ios.properties.json
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2020-08-22 15:06:04 +07:00
Jai Govindani
f5834be4a7
Add ios.properties.json
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2020-08-22 15:06:01 +07:00
Jai Govindani
8086b89ce1
Set name of workflow to sentence case
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2020-08-22 15:05:59 +07:00
Jai Govindani
eb30c1ee37
Add iOS Starter Workflow
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2020-08-22 15:05:58 +07:00
Bradley Austin Davis
917a8740ae
Merge remote-tracking branch 'upstream/master'
2020-08-21 18:39:57 -07:00
Bradley Austin Davis
9ca8884216
Switching to single-platform build per PR comments
2020-08-21 18:39:05 -07:00
Bradley Austin Davis
760d91097a
Update ci/cmake.yml
...
Co-authored-by: Andy McKay <andymckay@github.com >
2020-08-21 18:35:36 -07:00
Andy McKay
1dc9bda71d
Revert "add Cypress starter workflow"
2020-08-21 15:00:23 -07:00
Andy McKay
55d2f670aa
Merge pull request #311 from bahmutov/add-cypress-workflow
...
add Cypress starter workflow
2020-08-21 15:00:18 -07:00
Andy McKay
c7007251e8
Merge pull request #298 from fjy202/pylint
...
Pylint
2020-08-21 12:02:06 -07:00