mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 03:28:25 +03:00
10 lines
122 B
YAML
10 lines
122 B
YAML
trigger:
|
|
- master
|
|
|
|
pool:
|
|
vmImage: ubuntu-latest
|
|
|
|
steps:
|
|
- script: echo Hello, world!
|
|
displayName: 'Hello world'
|