We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd82521 commit 0fb9f97Copy full SHA for 0fb9f97
.github/workflows/check-readme.yml
@@ -32,5 +32,4 @@ jobs:
32
curl https://raw.githubusercontent.com/JJ/Test-Text/master/data/Spanish.aff -o Spanish.aff
33
curl https://raw.githubusercontent.com/SublimeText/Dictionaries/master/Spanish.dic -o Spanish.dic
34
echo "use Test::Text; just_check( '.','.', 'Spanish' ); " > just_check.t
35
- rm TODO.md # No nos interesan
36
perl -MTAP::Harness -e 'use utf8; my $harness = TAP::Harness->new( { verbosity => 0} ); die "FAIL" if $harness->runtests( "just_check.t" )->failed;'
0 commit comments