Skip to content

Commit b817442

Browse files
committed
tsest
1 parent bd1210b commit b817442

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/grade-assignment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
const output = `${{ steps.output.outputs.results }}`;
4343
const exitCode = '${{ steps.test.outputs.exit_code }}';
4444
const status = exitCode === '0' ? '✅ Passed' : '❌ Failed';
45-
4645
github.rest.issues.createComment({
4746
issue_number: context.issue.number,
4847
owner: context.repo.owner,

task-1/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Write your code here
1+
# Write your code here
2+
echo "JavaScript works?"

task-2/github-username.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<paste here your github username>
1+
stasel

0 commit comments

Comments
 (0)