1
0
Fork 0

Typofix in markdown (#63)

pull/67/head
Sören Wegener 2019-08-19 01:38:45 +02:00 committed by Danny McCormick
parent 35ed15faaf
commit e2adf403d6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Docker actions are currently limited to Linux only.
JavaScript actions decouple the unit of work from the environment and run directly on the host machine or VM. JavaScript actions decouple the unit of work from the environment and run directly on the host machine or VM.
Consider a simple example of testing a node lib on node 8, 10 and running a custom action. Each job will setup a node version on the host and custom-action will run its unit of work on each environment (node8+ubunut16, node8+windows-2019, etc.) Consider a simple example of testing a node lib on node 8, 10 and running a custom action. Each job will setup a node version on the host and custom-action will run its unit of work on each environment (node8+ubuntu16, node8+windows-2019, etc.)
```yaml ```yaml
on: push on: push