neo-project / neo-express

Neo Private Net optimized for development scenarios
MIT License
35 stars 37 forks source link

Fix nvt error #399

Closed Jim8y closed 10 months ago

Jim8y commented 10 months ago

This pr does the following two things:

  1. fix the syntax issue of exception.
  2. avoid runing tests and pack on changes that do not touch the C# projects
Jim8y commented 10 months ago

@cschuchardt88 @Ashuaidehao please check

Jim8y commented 10 months ago

use endsWith instead

https://docs.github.com/en/actions/learn-github-actions/expressions#endswith

like how, its kinda string comparing?

Jim8y commented 10 months ago

use https://github.com/neo-project/neo-express/pull/405 instead