Compare commits

..

No commits in common. "run-on-shell" and "main" have entirely different histories.

View file

@ -2,7 +2,7 @@ name: Build Resume
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: shell runs-on: docker
steps: steps:
- name: Checkout - name: Checkout
run: | run: |