diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-12-17 20:27:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-12-17 20:27:26 +0100 |
commit | 8ea05de6aa1d133cba3381bcc36adf1736b08e00 (patch) | |
tree | bed2378fcd3dc8da358c5cfe807634eb475c3d4a /.coveralls.yml | |
parent | 4c5bdb99ad632d703e94fffafba11b91861fea48 (diff) | |
download | vim-git-8ea05de6aa1d133cba3381bcc36adf1736b08e00.tar.gz |
patch 8.2.2150: Github actions CI isn't used for all available platformsv8.2.2150
Problem: Github actions CI isn't used for all available platforms.
Solution: Update the github workflows. (Ozaki Kiichi, closes #7433)
Diffstat (limited to '.coveralls.yml')
-rw-r--r-- | .coveralls.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 000000000..1157ff256 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1 @@ +service_name: github-actions |