mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
6096f68baf
* support exact path matching and glob matching for ignore_path * newlines * update readme * Trigger CI Co-authored-by: ludeeus <ludeeus@ludeeus.dev>
4 lines
37 B
Bash
4 lines
37 B
Bash
#!/bin/bash
|
|
test="test"
|
|
echo "$test"
|