I'm part of the beta using Swimm for documentation and have created some documents with coupled code snippets. I'm able to verify that the documents have up to date snippets using the swimm verify
command, as follows:
13:00:13:~/Desktop/code/repo % swimm verify
✔ Document 1 (ADXCUIXLrqISQUgIemgc) is verified.
✔ Document 2 (UeEdKW3ITW8vWbwWSxkz) is verified.
✔ Document 3 (YvBJpI9v8MzH9hc9CYR4) is verified.
✔ Document Z (Z7EBZxocB2N3P7Y5LRl9) is verified.
However, I'm trying to simulate the Github Actions hook failing (locally) by making minor changes to the code highlighted in snippets, and noticed that not all of those that I changed went out of sync. Did I just not change enough, or is there something else that causes the verification hook to trip?