Skip to content

Commit

Permalink
Added Azure CI
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 15, 2021
1 parent 1a8b315 commit e1ae0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/spellcheck.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

install_spellcheck() {
apt-get update -y
apt-get install -y aspell
sudo apt-get update -y
sudo apt-get install -y aspell
}

run_spellcheck() {
Expand Down

0 comments on commit e1ae0ae

Please sign in to comment.