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]
jobs:
build:
runs-on: shell
runs-on: docker
steps:
- name: Checkout
run: |