We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076239e commit c1e5726Copy full SHA for c1e5726
.github/workflows/ci.yml
@@ -5,12 +5,12 @@ jobs:
5
check:
6
runs-on: ubuntu-latest
7
steps:
8
- - name: 'Checkout'
+ - name: "Checkout"
9
uses: actions/checkout@v2
10
- - name: 'Install neovim'
+ - name: "Install neovim"
11
run: |
12
sudo add-apt-repository ppa:neovim-ppa/unstable
13
- sudo apt-fast update -qq
14
- sudo apt-fast install --no-install-recommends -yq neovim
15
- - name: 'Run check'
+ sudo apt-get update -qq
+ sudo apt-get install --no-install-recommends -yq neovim
+ - name: "Run check"
16
run: ./tests/test.sh
0 commit comments