Skip to content

Commit bed841a

Browse files
committed
Update github actions
1 parent b549fa9 commit bed841a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
- name: Autobuild
5757
uses: github/codeql-action/autobuild@v4
5858

59-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60-
# If this step fails, then you should remove it and run the build manually (see below)
61-
- name: Autobuild
62-
uses: github/codeql-action/autobuild@v4
63-
6459
# ℹ️ Command-line programs to run using the OS shell.
6560
# 📚 https://git.io/JvXDl
6661

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Z80 Processor in Java
77

8-
Z80Processor is a an implementation of the Mostek / Zilog Z80 processor in Java
8+
Z80Processor is an implementation of the Mostek / Zilog Z80 processor in Java
99

1010
The code is not designed to be nice / clean / compact - however it is designed to be fast and easily checkable with every instruction
1111
on its own switch / case statement.

0 commit comments

Comments
 (0)