mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-04-07 19:22:03 +00:00
* support exact path matching and glob matching for ignore_path * newlines * update readme * Trigger CI Co-authored-by: ludeeus <ludeeus@ludeeus.dev>
3 lines
37 B
Bash
3 lines
37 B
Bash
#!/bin/bash
|
|
test="test"
|
|
echo "$test"
|