Small blog change and try to set up build workflow
Some checks failed
/ build (push) Failing after 0s
Some checks failed
/ build (push) Failing after 0s
This commit is contained in:
parent
a1f0dca92f
commit
9a55a16fd5
3 changed files with 13 additions and 4 deletions
|
@ -1,6 +1,14 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Setup Python
|
||||
- run: pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git
|
||||
|
||||
|
|
1
src/benchs.md
Normal file
1
src/benchs.md
Normal file
|
@ -0,0 +1 @@
|
|||
I like to keep track of places I've travelled to through the medium of bench photos. Here are some of the said benchs.
|
|
@ -3,7 +3,7 @@ This is a recap of some technical projects I've picked up, started or finished i
|
|||
|
||||
# Relevant Background #
|
||||
|
||||
I'm a software developer with an interest in free software, open science, minimalism and yak shaving. I've been using Linux for about 15 years and finally rid myself of all things Windows some time last year. I've primarily worked with C++ and Python and think they are, just ok.
|
||||
I'm a software developer with an interest in free software, open science, minimalism and yak shaving. I've been using Linux for about 15 years and finally rid myself of all things Windows some time last year.
|
||||
|
||||
I had mostly used Ubuntu for personal computing and a little CentOS/RedHat at work, but started looking around for other distros when they introduced Snaps and killed CentOS 8 respectively, cementing my feelings that corporate distros should only be used for corporate things. My distro search included brief spells with:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue