- From: Sid Vishnoi <notifications@github.com>
- Date: Fri, 21 May 2021 00:28:26 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 21 May 2021 07:28:39 UTC
@sidvishnoi commented on this pull request.
> @@ -0,0 +1,18 @@
+# .github/workflows/pr.yml
+name: CI
+on:
+ pull_request: {}
+ push:
+ branches: [main]
+jobs:
+ main:
+ name: Build, Validate, Deploy
+ runs-on: ubuntu
```suggestion
runs-on: ubuntu-latest
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/145#pullrequestreview-665167061
Received on Friday, 21 May 2021 07:28:39 UTC