File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
# Copy these contents into the root directory of your GitHub project in a file
9
9
# named azure-pipelines.yml
10
10
#
11
- # For better organization, you split various jobs into seprate parts
11
+ # For better organization, you split various jobs into separate parts
12
12
# and each of them are controlled via individual file.
13
13
jobs :
14
14
- template : azure-linux-template.yml
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ spec = do
23
23
describe " Script DSL" $ do
24
24
25
25
describe " script" $ do
26
- it " should seperate commands with a newline" $ do
26
+ it " should separate commands with a newline" $ do
27
27
let dir = $ (mkAbsDir $ defaultDrive FP. </> " src" FP. </> " package-a" )
28
28
script = cmdCdGhc dir
29
29
<> cmdAdd [Left (fromString " Lib.A" )]
You can’t perform that action at this time.
0 commit comments