Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ci

on:
push:
pull_request:

jobs:
ci:
runs-on: ubuntu-latest # technically shit is free, but ubuntu runners are the most common and its good practice
steps:
- name: placeholder gargle gargle gargle
run: echo "ci placeholder, change this when code changes, someone get a linter"