Skip to content

Commit

Permalink
Update .gitignore and GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thedave42 committed Apr 4, 2024
1 parent 31fc691 commit 25bb4b7
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
hello_world_job:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Genereate a list of dependencies for this repository
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
hello_world_job:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Genereate a list of dependencies for this repository
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ typings/

# TernJS port file
.tern-port

.vscode/*
Loading

0 comments on commit 25bb4b7

Please sign in to comment.