File tree Expand file tree Collapse file tree 14 files changed +855
-0
lines changed
actions/setup-environment Expand file tree Collapse file tree 14 files changed +855
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright 2025 NV Access Limited
2
+ #
3
+ # This file is part of the NVDA Remote Access Relay Server.
4
+ #
5
+ # NVDA Remote Access Relay Server is free software: you can redistribute it and/or modify it under the terms
6
+ # of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of
7
+ # the License, or (at your option) any later version.
8
+ #
9
+ # NVDA Remote Access Relay Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10
+ # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
11
+ # General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Affero General Public License along with NVDA Remote Access Relay
14
+ # Server. If not, see <https://www.gnu.org/licenses/>.
15
+
1
16
# Git
2
17
.git
3
18
.gitignore
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 NV Access Limited
2
+ #
3
+ # This file is part of the NVDA Remote Access Relay Server.
4
+ #
5
+ # NVDA Remote Access Relay Server is free software: you can redistribute it and/or modify it under the terms
6
+ # of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of
7
+ # the License, or (at your option) any later version.
8
+ #
9
+ # NVDA Remote Access Relay Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10
+ # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
11
+ # General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Affero General Public License along with NVDA Remote Access Relay
14
+ # Server. If not, see <https://www.gnu.org/licenses/>.
15
+
1
16
root = true
2
17
3
18
[* ]
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 NV Access Limited
2
+ #
3
+ # This file is part of the NVDA Remote Access Relay Server.
4
+ #
5
+ # NVDA Remote Access Relay Server is free software: you can redistribute it and/or modify it under the terms
6
+ # of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of
7
+ # the License, or (at your option) any later version.
8
+ #
9
+ # NVDA Remote Access Relay Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10
+ # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
11
+ # General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Affero General Public License along with NVDA Remote Access Relay
14
+ # Server. If not, see <https://www.gnu.org/licenses/>.
15
+
1
16
name : ' Setup CI Environment'
2
17
description : ' Setup the environment in which CI scripts for the NVDA Remote Access server can be run'
3
18
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 NV Access Limited
2
+ #
3
+ # This file is part of the NVDA Remote Access Relay Server.
4
+ #
5
+ # NVDA Remote Access Relay Server is free software: you can redistribute it and/or modify it under the terms
6
+ # of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of
7
+ # the License, or (at your option) any later version.
8
+ #
9
+ # NVDA Remote Access Relay Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10
+ # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
11
+ # General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Affero General Public License along with NVDA Remote Access Relay
14
+ # Server. If not, see <https://www.gnu.org/licenses/>.
15
+
1
16
name : Run automated tests
2
17
3
18
on : push
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 NV Access Limited
2
+ #
3
+ # This file is part of the NVDA Remote Access Relay Server.
4
+ #
5
+ # NVDA Remote Access Relay Server is free software: you can redistribute it and/or modify it under the terms
6
+ # of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of
7
+ # the License, or (at your option) any later version.
8
+ #
9
+ # NVDA Remote Access Relay Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10
+ # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
11
+ # General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Affero General Public License along with NVDA Remote Access Relay
14
+ # Server. If not, see <https://www.gnu.org/licenses/>.
15
+
1
16
name : Check types with Pyright
2
17
3
18
on :
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 NV Access Limited
2
+ #
3
+ # This file is part of the NVDA Remote Access Relay Server.
4
+ #
5
+ # NVDA Remote Access Relay Server is free software: you can redistribute it and/or modify it under the terms
6
+ # of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of
7
+ # the License, or (at your option) any later version.
8
+ #
9
+ # NVDA Remote Access Relay Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10
+ # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
11
+ # General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Affero General Public License along with NVDA Remote Access Relay
14
+ # Server. If not, see <https://www.gnu.org/licenses/>.
15
+
1
16
.venv /
2
17
# Temporary unit testing artefacts
3
18
_trial_temp /
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 NV Access Limited
2
+ #
3
+ # This file is part of NVDA Remote Access Relay Server.
4
+ #
5
+ # NVDA Remote Access Relay Server is free software: you can redistribute it and/or modify it under the terms
6
+ # of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of
7
+ # the License, or (at your option) any later version.
8
+ #
9
+ # NVDA Remote Access Relay Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10
+ # without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
11
+ # General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Affero General Public License along with NVDA Remote Access Relay
14
+ # Server. If not, see <https://www.gnu.org/licenses/>.
15
+
1
16
# Pre-commit configuration
2
17
# See https://pre-commit.com for more information
3
18
# See https://pre-commit.com/hooks.html for more hooks
You can’t perform that action at this time.
0 commit comments