Skip to content

Bump nodered/node-red from 3.0.2-minimal to 3.1.0-minimal #90

Bump nodered/node-red from 3.0.2-minimal to 3.1.0-minimal

Bump nodered/node-red from 3.0.2-minimal to 3.1.0-minimal #90

#
# 🛑 Think twice before editing this file! 🛑
# ⚠️ This file is maintained via https://github.com/IanStorm/dev-settings-sync. ⚠️
#
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Are dev settings synced?
on:
push:
branches:
- main
pull_request:
jobs:
check-job:
runs-on: ubuntu-22.04
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4
- name: Docker Pull
run: docker pull ianstorm/dev-settings-sync
- name: Docker Run check
run: docker run -t -v ${PWD}/:/mnt/ ianstorm/dev-settings-sync check