mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
9 lines
122 B
YAML
9 lines
122 B
YAML
trigger:
|
|
- master
|
|
|
|
pool:
|
|
vmImage: ubuntu-latest
|
|
|
|
steps:
|
|
- script: echo Hello, world!
|
|
displayName: 'Hello world'
|