Skip to content

feat: Add XBVR config settings to Backup/Restore (#1508) #115

feat: Add XBVR config settings to Backup/Restore (#1508)

feat: Add XBVR config settings to Backup/Restore (#1508) #115

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '12'
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Check code formatting using gofmt
uses: Jerome1337/[email protected]