Skip to content

Commit

Permalink
update actions to node20 and clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmusante committed Jul 10, 2024
1 parent de67fd0 commit 849285f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up perl dependency cache
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: perllib
with:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ IFComp

_The software behind the Interactive Fiction Competition._

[![Build Status](https://api.travis-ci.org/iftechfoundation/ifcomp.svg?branch=master)](https://travis-ci.org/iftechfoundation/ifcomp)

This is the software that runs [the Interactive Fiction Competition](http://ifcomp.org), a.k.a. the IFComp, an annual celebration of independently authored, text-based video games that [began in 1995](http://www.ifcomp.org/history/).

The organization of the IFComp changed hands after its 2013 iteration, and the new organizer elected to come at the role with, among other things, a wholly refreshed, public-facing web application. The software found in this repository resulted. We created its first draft over the course of the 2014 IFComp, and it has served the competition annually since then.
Expand Down

0 comments on commit 849285f

Please sign in to comment.