Skip to content

Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label #140

Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label

Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label #140

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
paths-ignore:
- php/sqlcommenter-php/packages/sqlcommenter-laravel/**
- php/sqlcommenter-php/samples/sqlcommenter-laravel/**
- python/sqlcommenter-python/**
- nodejs/**
- go/**
pull_request:
paths-ignore:
- php/sqlcommenter-php/packages/sqlcommenter-laravel/**
- php/sqlcommenter-php/samples/sqlcommenter-laravel/**
- python/sqlcommenter-python/**
- nodejs/**
- go/**
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '
lint:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '