mirror of
https://github.com/Chewbaccalakis/rfid-database.git
synced 2026-09-10 00:11:56 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa7ee0d946 | ||
|
|
f828c7794a | ||
|
|
b3f8ef9db3 | ||
|
|
d3ed4566b7 |
@@ -10,6 +10,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Reject merge conflict markers
|
||||
run: |
|
||||
if git grep -nE '^(<<<<<<<|>>>>>>>)' -- . \
|
||||
':(exclude)package-lock.json'; then
|
||||
echo "::error::Merge conflict markers found in tracked files"
|
||||
exit 1
|
||||
fi
|
||||
echo "No conflict markers found"
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "22"
|
||||
|
||||
Reference in New Issue
Block a user