Skip to content

Commit

Permalink
removed linter and test
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung4242 committed Jun 16, 2024
1 parent 3bdf81b commit 1677073
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/itch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ env:
ITCH_USERNAME: Mookie4242
ITCH_GAME_ID: cellular-automata
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/vittest.yml

deploy:
needs: [lint, test]
name: Upload to Itch
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "./style.css";
import { UI } from "@peasy-lib/peasy-ui";
import { Engine, DisplayMode, TileMap, Vector } from "excalibur";
import { bluey, model, template, whitey } from "./ui";
//@ts-expect-error
//@ts-expect-error not included types in pagkage
import { PerlinGenerator } from "@excaliburjs/plugin-perlin";

export let generator: PerlinGenerator;
Expand Down

0 comments on commit 1677073

Please sign in to comment.