Skip to content

Commit

Permalink
Merge pull request #117 from xenserver-next/CI-fix-nodejs16-warnings
Browse files Browse the repository at this point in the history
CI: Fix Nodejs-16 deprecation warning by using `pre-commit@v3.0.1`
  • Loading branch information
bernhardkaindl authored Aug 6, 2024
2 parents b5b3af7 + 86f0541 commit 31babf4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,7 @@ jobs:

- run: >
echo "::add-matcher::.github/workflows/Python-problemMatcher-status-report.json";
echo "::notice::Sorry, GitHub tells that actions/cache@v4 is still v3
and warns about using node16, which is wrong. So we've to bear with it.
Bug reported: https://github.com/actions/cache/issues/1323"
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
name: Run pre-commit checks
with:
# Show the output of the commands for the problem matcher, see above.
Expand Down
49 changes: 49 additions & 0 deletions .vscode/ltex.dictionary.en-US.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
acpidump
appctl
arg
argl
args
Expand All @@ -16,8 +17,10 @@ basestring
bindmount
BIOSDEVNAME
blktap
blockdevs
bool
br
brcompatd
BRCTL
buddyinfo
bugball
Expand Down Expand Up @@ -46,26 +49,36 @@ config
conftest
conftest-README
coredump
cpufreq
CPUID
cpuidle
CRASHDUMP
CRASHDUMPS
CVSM
cwd
Cyclomatic
dbcache
dbfilter
DCBTOOL
defusedxml
dev
devcontents
develpment
dhclient
dir
dircmp
dirs
DMSETUP
docstrings
dont
dp
dpctl
dpif
Dsonar
dunder
EBTABLES
efi
EFIBOOTMGR
efivars
eg
egid
Expand All @@ -79,7 +92,9 @@ exceptionless
explictly
fakefs
FCOE
FCOEADM
fd
FDISK
fds
fileno
filesystem
Expand All @@ -99,6 +114,7 @@ http
HTTPResponse
hwconf
icdiff
ifaces
inet
init
initialisation
Expand All @@ -108,21 +124,27 @@ inotify
iomem
ioports
iscsi
ISCSIADM
iscsid
isort
issuercert
json
junitxml
KPATCH
libc
LIVEPATCH
LIVESET
LLDPTOOL
localca
logfile
logfiles
LOSETUP
lowlevel
ltex
LVDISPLAY
lwidentity
maxsplit
mcelog
mdadm
mdstat
Misha
Expand All @@ -144,19 +166,26 @@ noqa
NOSONAR
NRPE
nsswitch
nstat
ntpdata
nvme
nwchan
O_CREAT
O_RDONLY
ofctl
oneline
openvswitch
opterr
os
outfd
ovsdb
PAGETYINFO
pagetypeinfo
passwd
pcpu
pems
pii
pmem
pragma
pre
prepend
Expand All @@ -176,6 +205,8 @@ PYTHONDEVMODE
PYTHONDONTWRITEBYTECODE
PYTHONWARNINGS
pytype
qdisc
QLOGIC
rebase
reportMissingImports
reportUndefinedVariable
Expand All @@ -184,9 +215,11 @@ rootca
rrd
rrdd
rrds
rtcdata
sar
sbin
seekable
serverstats
SETFD
setgroups
SIGUSR
Expand All @@ -197,6 +230,7 @@ softirqs
softnet
sonarcloud
sourcery
sourcestats
src
startswith
stderr
Expand All @@ -215,6 +249,7 @@ symlink
symref
sys
systemd
tapback
TAPDISK
tarbz
tarfd
Expand All @@ -231,6 +266,7 @@ tokenless
toolstack
toplevel
typeshed
ucode
UDEV
uid
uidmap
Expand All @@ -241,33 +277,45 @@ unioned
unmount
Unrecognised
unshare
upcall
urlopen
usefixtures
usr
vbds
vcpu
vdis
vendorkernel
VGSCAN
vifs
virtualenv
VM
VMs
VSCTL
vswitch
vswitchd
VTPM
wchan
whitespace
WRONLY
wtmp
wwwaxf
xapi
xapidb
xapis
xc
xcp
xen
xen-bugtool
xenapi
XenCenter
xenopsd
XENPM
XENRT
xenserver
xenserver-status-report
xensource
xenstore
xenstored
xfail
xhad
xml
Expand All @@ -277,5 +325,6 @@ xsversion
xunit
xvda
yestoall
zcat
zipfile
zipfile's

0 comments on commit 31babf4

Please sign in to comment.