Skip to content

Replace Makefile with atmos.yaml #37

Replace Makefile with atmos.yaml

Replace Makefile with atmos.yaml #37

Workflow file for this run

name: deploy
on:
pull_request:
push:
branches: [master]
jobs:
build:
if: false # disable for now
name: pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/setup-python@v5
- run: pip install virtualenv
- run: make
- name: self test newly built action
uses: ./
- run: make push
env:
GH_TOKEN: ${{ secrets.PAT }}