Skip to content

Commit

Permalink
Convert hard-coded version to regex
Browse files Browse the repository at this point in the history
to avoid using the exact version string b/c it changes from time to time
  • Loading branch information
atodorov committed Nov 6, 2023
1 parent d9373cd commit 02a1e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
ws|wss://(.*)
rpc\.(.*)\.creditcoin\.network/
staticsitellvmhtml.z13.web.core.windows.net
thedoctor0/zip-release@0.7.1
ludeeus/action-shellcheck@2.0.0
thedoctor0/zip-release@(.*)
ludeeus/action-shellcheck@(.*)
https://creditcoin.org/white-paper

0 comments on commit 02a1e6a

Please sign in to comment.