[riot-notifications] [RIOT-OS/RIOT] CI: use Github actions for static tests instead of Travis (#15437)
Alexandre Abadie
notifications at github.com
Thu Nov 12 18:29:55 CET 2020
@aabadie commented on this pull request.
> + - master
+ tags:
+ - '*'
+ pull_request:
+ branches:
+ - '*'
+
+jobs:
+ static-tests:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout at master
+ with:
+ # Use the PR branch as-is, not the PR branch merged in master
+ # (default behavior in GH actions)
+ ref: ${{ github.head_ref }}
So apparently this doesn't work from a fork...
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15437#pullrequestreview-529322718
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201112/010cbd43/attachment.htm>
More information about the notifications
mailing list