Updated workflows

This commit is contained in:
Juan Gilsanz Polo 2024-09-11 21:14:58 +02:00
parent 3055c3582b
commit 7579e2d580
3 changed files with 11 additions and 7 deletions

View file

@ -12,5 +12,9 @@
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.formatOnType": false
}
},
"cSpell.ignorePaths": [
"/pubspec.yaml",
"/.github/workflows"
]
}