Closed maxonfjvipon closed 1 year ago
Closes: #4
This PR updates various GitHub actions, configurations, and code files. It also adds license headers to source code files.
runs-on
actions/checkout
g4s8/xcop-action
pdd.yaml
.gitattributes
os
java
mvn.yaml
actions/setup-java
codecov.yaml
package-info.java
InlineMojoTest.java
README.md
InlineMojo
InlineMojo.java
The following files were skipped due to too many changes: src/main/java/org/eolang/ineo/InlineMojo.java, pom.xml ✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
The following files were skipped due to too many changes: src/main/java/org/eolang/ineo/InlineMojo.java, pom.xml
src/main/java/org/eolang/ineo/InlineMojo.java
pom.xml
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
@rultor merge
@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here
@maxonfjvipon Done! FYI, the full log is here (took me 1min)
Closes: #4
PR-Codex overview
This PR updates various GitHub actions, configurations, and code files. It also adds license headers to source code files.
Detailed summary
runs-on
field in GitHub actions to use Ubuntu 22.04.actions/checkout
andg4s8/xcop-action
in GitHub actions.pdd.yaml
GitHub workflow..gitattributes
file to handle line endings.os
andjava
matrix in themvn.yaml
GitHub workflow.actions/checkout
andactions/setup-java
in themvn.yaml
GitHub workflow.runs-on
field in thecodecov.yaml
GitHub workflow.package-info.java
andInlineMojoTest.java
files.README.md
file with new badges and removes outdated tool references.InlineMojo
inInlineMojoTest.java
.InlineMojo.java
file.